From e414b8571fed1e0da1a03e0a9719b580e21f7558 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 7 May 2011 21:34:25 -0700 Subject: Rename FEATURES=no-ebuild-locks to ebuild-locks. --- 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 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", -- cgit v1.2.3-1-g7c22