From: Fabian Groffen Date: Wed, 14 Jul 2010 19:37:59 +0000 (+0200) Subject: Add forgotten trailing comma. X-Git-Tag: v2.2_rc68~499 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3ae4b531529a117d6adf4516e258fa1ac8508569;p=portage.git Add forgotten trailing comma. This caused Portage to wrongly claim some FEATURES not to be valid. --- 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",