diff options
Diffstat (limited to 'tinderbox.py')
-rwxr-xr-x | tinderbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox.py b/tinderbox.py index 3c4a37f..de1ecb4 100755 --- a/tinderbox.py +++ b/tinderbox.py @@ -90,7 +90,7 @@ for cp in portdb.cp_all(): # in the slot then drop it in order to avoid a slot # conflict. slot_atom = "%s:%s" % (portage.cpv_getkey(dep_pkg), - metadata["SLOT"]) + metadata["SLOT"].split("/")[0]) best_visible_slot = portdb.xmatch("bestmatch-visible", slot_atom) if dep_pkg != best_visible_slot: |