projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ba7f0
)
EAPI 5: enable slot-operator-deps
author
Zac Medico
<zmedico@gentoo.org>
Wed, 29 Aug 2012 20:29:37 +0000
(13:29 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 29 Aug 2012 20:29:37 +0000
(13:29 -0700)
pym/portage/eapi.py
patch
|
blob
|
history
diff --git
a/pym/portage/eapi.py
b/pym/portage/eapi.py
index f13e79121b4d9ab5d119bee6fb39dd8f5c79f4b9..84d1afc89cf164aacaae3731f1e78d32f3b10c88 100644
(file)
--- a/
pym/portage/eapi.py
+++ b/
pym/portage/eapi.py
@@
-15,7
+15,7
@@
def eapi_has_slot_deps(eapi):
return eapi != "0"
def eapi_has_slot_operator(eapi):
- return eapi
in ("4-slot-abi",
)
+ return eapi
not in ("0", "1", "2", "3", "4", "4-python"
)
def eapi_has_src_uri_arrows(eapi):
return eapi not in ("0", "1")