summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
authorMATSUU Takuto <matsuu@gentoo.org>2011-05-20 12:20:58 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-20 12:20:58 -0700
commit729531f12e097f8bcbbe12d86bad169f27aa8aca (patch)
tree1ea97625949b4d6c4c4fe83d35d0a0da9c08fc0b /pym/portage/const.py
parentbd479b8600af2b972969784f19fe124ff528b6f8 (diff)
downloadportage-729531f12e097f8bcbbe12d86bad169f27aa8aca.tar.gz
portage-729531f12e097f8bcbbe12d86bad169f27aa8aca.tar.bz2
portage-729531f12e097f8bcbbe12d86bad169f27aa8aca.zip
Add FEATURES=distcc-pump support.
This will fix bug #288597.
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 98f3dac6d..e91c00989 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -88,7 +88,7 @@ EBUILD_PHASES = ("pretend", "setup", "unpack", "prepare", "configure"
SUPPORTED_FEATURES = frozenset([
"assume-digests", "binpkg-logs", "buildpkg", "buildsyspkg", "candy",
"ccache", "chflags", "collision-protect", "compress-build-logs",
- "digest", "distcc", "distlocks", "ebuild-locks", "fakeroot",
+ "digest", "distcc", "distcc-pump", "distlocks", "ebuild-locks", "fakeroot",
"fail-clean", "fixpackages", "force-mirror", "getbinpkg",
"installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
"metadata-transfer", "mirror", "multilib-strict", "news",