Add binpkg-logs to the list of supported features.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Thu, 23 Sep 2010 16:57:05 +0000 (18:57 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>
Thu, 23 Sep 2010 16:57:05 +0000 (18:57 +0200)
pym/portage/const.py

index e56ebecbc0d3355d3e74bb0f496c40fcf09971b4..1698c50cd199797f236d18084d48f4befdccfc50 100644 (file)
@@ -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",