diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-09-23 18:55:51 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-09-23 18:55:51 +0200 |
commit | c170cd17602c4b859e666c8b827200d23d9baf30 (patch) | |
tree | 2814c9eb7acb41fa608aee35cb1d3f6644f79aac | |
parent | always use eroot with CONFIG_MEMORY_FILE (diff) | |
parent | Add binpkg-logs to the list of supported features. (diff) | |
download | portage-c170cd17602c4b859e666c8b827200d23d9baf30.tar.gz portage-c170cd17602c4b859e666c8b827200d23d9baf30.tar.bz2 portage-c170cd17602c4b859e666c8b827200d23d9baf30.zip |
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
-rw-r--r-- | pym/portage/const.py | 4 |
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", |