diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-03-05 05:42:34 -0800 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@flameeyes.eu> | 2013-03-05 05:42:34 -0800 |
commit | 44735245306928519e35ea86cdf6cf3cdc87cbcf (patch) | |
tree | b34e20580e41229b2ce0a088991e2b741bd4c4de | |
parent | Use --keep-going in the haskell updater. (diff) | |
download | flameeyes-tinderbox-44735245306928519e35ea86cdf6cf3cdc87cbcf.tar.gz flameeyes-tinderbox-44735245306928519e35ea86cdf6cf3cdc87cbcf.tar.bz2 flameeyes-tinderbox-44735245306928519e35ea86cdf6cf3cdc87cbcf.zip |
-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: |