aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-07 21:34:25 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-07 21:34:25 -0700
commite414b8571fed1e0da1a03e0a9719b580e21f7558 (patch)
treed8c6824ddf96c489bde73285363240ac35e8ca5e /pym/portage/const.py
parentUse finer grained locks for install. (diff)
downloadportage-e414b8571fed1e0da1a03e0a9719b580e21f7558.tar.gz
portage-e414b8571fed1e0da1a03e0a9719b580e21f7558.tar.bz2
portage-e414b8571fed1e0da1a03e0a9719b580e21f7558.zip
Rename FEATURES=no-ebuild-locks to ebuild-locks.
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 dbbaa3e86..0bd56b20f 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -88,11 +88,11 @@ 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", "fakeroot",
+ "digest", "distcc", "distlocks", "ebuild-locks", "fakeroot",
"fail-clean", "fixpackages", "force-mirror", "getbinpkg",
"installsources", "keeptemp", "keepwork", "fixlafiles", "lmirror",
"metadata-transfer", "mirror", "multilib-strict", "news",
- "no-ebuild-locks", "noauto", "noclean", "nodoc", "noinfo", "noman",
+ "noauto", "noclean", "nodoc", "noinfo", "noman",
"nostrip", "notitles", "parallel-fetch", "parse-eapi-ebuild-head",
"prelink-checksums", "preserve-libs",
"protect-owned", "python-trace", "sandbox",