From 257e316354215079977b8ad45490494c9f55d525 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Thu, 23 Sep 2010 18:57:05 +0200 Subject: Add binpkg-logs to the list of supported features. --- pym/portage/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pym/portage/const.py') 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", -- cgit v1.2.3-1-g7c22