summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 660294c68..98187970d 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1468,7 +1468,7 @@ for x in scanlist:
portdb.mysettings = dep_settings
portdb.xcache = xcache
# for package.use.mask support inside dep_check
- dep_settings.setcpv("/".join((catdir, y)))
+ dep_settings.setcpv(pkg)
dep_settings["ACCEPT_KEYWORDS"] = " ".join(groups)
# just in case, prevent config.reset() from nuking these.
dep_settings.backup_changes("ACCEPT_KEYWORDS")