From 3ae4b531529a117d6adf4516e258fa1ac8508569 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Wed, 14 Jul 2010 21:37:59 +0200 Subject: Add forgotten trailing comma. This caused Portage to wrongly claim some FEATURES not to be valid. --- pym/portage/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage') diff --git a/pym/portage/const.py b/pym/portage/const.py index 6bb465629..32e7b40a5 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -88,7 +88,7 @@ SUPPORTED_FEATURES = frozenset([ "fakeroot", "fail-clean", "fixpackages", "getbinpkg", "installsources", "keeptemp", "keepwork", "lafilefixing", "lmirror", "metadata-transfer", "mirror", "multilib-strict", "news", - "noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip" + "noauto", "noclean", "nodoc", "noinfo", "noman", "nostrip", "notitles", "parallel-fetch", "parse-eapi-ebuild-head", "parse-eapi-glep-55", "preserve-libs", "protect-owned", "python-trace", "sandbox", "sesandbox", "severe", "sfperms", -- cgit v1.2.3-1-g7c22