projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e8aa1
)
Add support for EAPI 3_pre2.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Dec 2009 06:10:42 +0000
(06:10 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 11 Dec 2009 06:10:42 +0000
(06:10 -0000)
svn path=/main/trunk/; revision=15033
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 8af73b6ffb41123a0753fba1fbbe2a42821e5756..a0d75e730d17d20f17c66a793b6c1d397f7f6464 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-6077,7
+6077,7
@@
def _spawn_misc_sh(mysettings, commands, phase=None, **kwargs):
return rval
-_testing_eapis = frozenset()
+_testing_eapis = frozenset(
["3_pre2"]
)
_deprecated_eapis = frozenset(["3_pre1", "2_pre3", "2_pre2", "2_pre1"])
def _eapi_is_deprecated(eapi):