projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7f9fe3
)
Enable EAPI 4_pre1 for testing.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 21 Oct 2010 16:03:32 +0000
(09:03 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 21 Oct 2010 16:03:32 +0000
(09:03 -0700)
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 4d400999abd8ac78fe8c40d308b48afe0dd425f4..d85a32a20f3784fef7674e22e3520610f43d79ba 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-422,7
+422,7
@@
def abssymlink(symlink):
_doebuild_manifest_exempt_depend = 0
-_testing_eapis = frozenset()
+_testing_eapis = frozenset(
["4_pre1"]
)
_deprecated_eapis = frozenset(["3_pre2", "3_pre1", "2_pre3", "2_pre2", "2_pre1"])
def _eapi_is_deprecated(eapi):