summaryrefslogtreecommitdiffstats
path: root/pym/portage/const.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-08-29 22:54:51 -0700
committerZac Medico <zmedico@gentoo.org>2012-08-29 22:54:51 -0700
commit5e28fe97e67ab4f3e2d8410a8704156b6bb08555 (patch)
tree4f408ca8b0b8e94b8caf18d30363e06cb21ea34f /pym/portage/const.py
parent7d7387b34fdfb6ac8e736ca4e73f1e3f8fa1a705 (diff)
downloadportage-5e28fe97e67ab4f3e2d8410a8704156b6bb08555.tar.gz
portage-5e28fe97e67ab4f3e2d8410a8704156b6bb08555.tar.bz2
portage-5e28fe97e67ab4f3e2d8410a8704156b6bb08555.zip
Remove FEATURES=parse-eapi-ebuild-head
It's already been enabled by default in stable portage for awhile now, so it should be safe to enable it unconditionally. The PMS eapi-5 branch also says that it's mandatory to parse the EAPI: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=91d1e1e39b034bde7e5b981a5616a127135f37fa
Diffstat (limited to 'pym/portage/const.py')
-rw-r--r--pym/portage/const.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/const.py b/pym/portage/const.py
index 6dffc5d06..3b8e350a2 100644
--- a/pym/portage/const.py
+++ b/pym/portage/const.py
@@ -99,7 +99,6 @@ SUPPORTED_FEATURES = frozenset([
"metadata-transfer", "mirror", "multilib-strict", "news",
"noauto", "noclean", "nodoc", "noinfo", "noman",
"nostrip", "notitles", "parallel-fetch", "parallel-install",
- "parse-eapi-ebuild-head",
"prelink-checksums",
"protect-owned", "python-trace", "sandbox",
"selinux", "sesandbox", "sfperms",