From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 23 Sep 2010 16:57:05 +0000 (+0200) Subject: Add binpkg-logs to the list of supported features. X-Git-Tag: v2.2_rc87~16^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=257e316354215079977b8ad45490494c9f55d525;p=portage.git Add binpkg-logs to the list of supported features. --- diff --git a/pym/portage/const.py b/pym/portage/const.py index e56ebecbc..1698c50cd 100644 --- a/pym/portage/const.py +++ b/pym/portage/const.py @@ -86,8 +86,8 @@ EBUILD_PHASES = ("pretend", "setup", "unpack", "prepare", "configure" "package", "preinst", "postinst","prerm", "postrm", "nofetch", "config", "info", "other") SUPPORTED_FEATURES = frozenset([ - "assume-digests", "buildpkg", "buildsyspkg", "candy", "ccache", - "chflags", "collision-protect", "compress-build-logs", + "assume-digests", "binpkg-logs", "buildpkg", "buildsyspkg", "candy", + "ccache", "chflags", "collision-protect", "compress-build-logs", "digest", "distcc", "distlocks", "fakeroot", "fail-clean", "fixpackages", "getbinpkg", "installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",