projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ec783
)
slotmove: update comment about EAPI 4-slot-abi
v2.2.0_alpha120
author
Zac Medico
<zmedico@gentoo.org>
Wed, 18 Jul 2012 22:31:07 +0000
(15:31 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 18 Jul 2012 22:31:07 +0000
(15:31 -0700)
pym/portage/update.py
patch
|
blob
|
history
diff --git
a/pym/portage/update.py
b/pym/portage/update.py
index da8503e2992436bd13389a9d27633f06f53196fc..121e957201c4fef5acaa1c26246d2d36ea0d4100 100644
(file)
--- a/
pym/portage/update.py
+++ b/
pym/portage/update.py
@@
-212,9
+212,7
@@
def parse_updates(mycontent):
invalid_slot = True
break
if "/" in slot:
- # Don't support EAPI 4-slot-abi style SLOT in slotmove
- # yet, since the relevant code isn't aware of EAPI yet
- # (see bug #426476).
+ # EAPI 4-slot-abi style SLOT is currently not supported.
invalid_slot = True
break