projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d1c59
)
Deprecate EAPI 4_pre1 and drop 2_pre* support.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Jan 2011 04:38:08 +0000
(20:38 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 1 Jan 2011 04:38:08 +0000
(20:38 -0800)
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index 17d216c024f35de7a7005a77271c187733f416fb..4731db506e5a4799cb720f6ea69ec03b0bdc527f 100644
(file)
--- a/
pym/portage/__init__.py
+++ b/
pym/portage/__init__.py
@@
-424,8
+424,8
@@
def abssymlink(symlink):
_doebuild_manifest_exempt_depend = 0
-_testing_eapis = frozenset([
"4_pre1"
])
-_deprecated_eapis = frozenset(["
3_pre2", "3_pre1", "2_pre3", "2_pre2", "2
_pre1"])
+_testing_eapis = frozenset([])
+_deprecated_eapis = frozenset(["
4_pre1", "3_pre2", "3
_pre1"])
def _eapi_is_deprecated(eapi):
return eapi in _deprecated_eapis