summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/obsolete_ebuilds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/obsolete_ebuilds.py b/scripts/obsolete_ebuilds.py
index 4413cf90..818c207d 100755
--- a/scripts/obsolete_ebuilds.py
+++ b/scripts/obsolete_ebuilds.py
@@ -90,7 +90,7 @@ def get_obsolete(cp):
# Ignore PORTDIR package.masked cpvs
for cpv in cpvs:
try:
- metadata = {'SLOT': portdb.aux_get(cpv, ['SLOT'])}
+ metadata = {'SLOT': portdb.aux_get(cpv, ['SLOT'])[0]}
except KeyError:
# masked by corruption
continue