summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-09-11 21:26:49 -0700
committerZac Medico <zmedico@gentoo.org>2012-09-11 21:30:52 -0700
commit5645c4390128c0a174290d9727195b97a894088e (patch)
tree5563d0cf3180e128fa641fb58568369d650a5d2e /pym/portage/__init__.py
parent9f735963c000f0e925b513c5378b2552476c0e8e (diff)
downloadportage-5645c4390128c0a174290d9727195b97a894088e.tar.gz
portage-5645c4390128c0a174290d9727195b97a894088e.tar.bz2
portage-5645c4390128c0a174290d9727195b97a894088e.zip
Add EAPI 5_pre2 with features approved by council
In the 9/11 council meeting, they approved everything in EAPI 5_pre1 except user patches. So, add EAPI 5_pre2 which is identical to EAPI 5_pre1 but with user patches (apply_user_patches) support removed.
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index b2ce70785..43c5af30e 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -408,7 +408,7 @@ def abssymlink(symlink, target=None):
_doebuild_manifest_exempt_depend = 0
-_testing_eapis = frozenset(["4-python", "4-slot-abi", "5_pre1"])
+_testing_eapis = frozenset(["4-python", "4-slot-abi", "5_pre1", "5_pre2"])
_deprecated_eapis = frozenset(["4_pre1", "3_pre2", "3_pre1"])
def _eapi_is_deprecated(eapi):