aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-09-23 18:57:05 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2010-09-23 18:57:05 +0200
commit257e316354215079977b8ad45490494c9f55d525 (patch)
tree173ad52f8f7ad05037411713453382632040ab38 /pym/portage/const.py
parentBug #337465 - Make EbuildIpcDaemon._input_handler() use os.read() (diff)
downloadportage-257e316354215079977b8ad45490494c9f55d525.tar.gz
portage-257e316354215079977b8ad45490494c9f55d525.tar.bz2
portage-257e316354215079977b8ad45490494c9f55d525.zip
Add binpkg-logs to the list of supported features.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py4
1 files changed, 2 insertions, 2 deletions
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",