projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ee56de
)
Enable EAPI 5_pre1 for testing.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 2 Sep 2012 02:37:56 +0000
(19:37 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Sun, 2 Sep 2012 02:37:56 +0000
(19:37 -0700)
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 46bdc961c04a01f9bd92af8b0751e43dfea2029d..b2ce7078503aa82694a832f4ad711c0ab013fbe2 100644
(file)
--- 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"])
+_testing_eapis = frozenset(["4-python", "4-slot-abi"
, "5_pre1"
])
_deprecated_eapis = frozenset(["4_pre1", "3_pre2", "3_pre1"])
def _eapi_is_deprecated(eapi):