From: Zac Medico Date: Fri, 31 Oct 2008 03:46:22 +0000 (-0000) Subject: Pass a Package instance into the config.setcpv() call. X-Git-Tag: v2.2_rc13~31 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=96f110182b1cda28c60e42676a7b1c9084860a2d;p=portage.git Pass a Package instance into the config.setcpv() call. svn path=/main/trunk/; revision=11759 --- 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")