projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78878e2
)
Disable EAPI 3_pre1.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Oct 2009 01:10:53 +0000
(
01:10
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 10 Oct 2009 01:10:53 +0000
(
01:10
-0000)
svn path=/main/branches/2.1.7/; revision=14537
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 94c698cc5a3498c84e58a52fa74df9ac1a84b1ed..7f6aead2c0ff7ef2e340721cace7d50b51bb3422 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-5975,7
+5975,7
@@
def _spawn_misc_sh(mysettings, commands, **kwargs):
return rval
-_testing_eapis = frozenset(
["3_pre1"]
)
+_testing_eapis = frozenset()
_deprecated_eapis = frozenset(["2_pre3", "2_pre2", "2_pre1"])
def _eapi_is_deprecated(eapi):