Disallow SLOT="${slot}/${subslot}=" in ebuilds.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Tue, 11 Dec 2012 09:39:38 +0000 (10:39 +0100)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Tue, 11 Dec 2012 09:39:38 +0000 (10:39 +0100)
pym/portage/dep/__init__.py

index b3417e2267b1aa8b219c64b95b476630ffc06c20..634b42bb5f159dca8f53d40096217adbf22fcd4f 100644 (file)
@@ -64,7 +64,7 @@ def _get_slot_re(eapi_attrs):
                return slot_re
 
        if eapi_attrs.slot_operator:
-               slot_re = _slot + r'(/' + _slot + r'=?)?'
+               slot_re = _slot + r'(/' + _slot + r')?'
        else:
                slot_re = _slot