summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2013-03-05 05:42:34 -0800
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2013-03-05 05:42:34 -0800
commit44735245306928519e35ea86cdf6cf3cdc87cbcf (patch)
treeb34e20580e41229b2ce0a088991e2b741bd4c4de
parentUse --keep-going in the haskell updater. (diff)
downloadflameeyes-tinderbox-master.tar.gz
flameeyes-tinderbox-master.tar.bz2
flameeyes-tinderbox-master.zip
Add support for sub-slots.HEADmaster
-rwxr-xr-xtinderbox.py2
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: