* [gentoo-commits] portage r11759 - main/trunk/bin
@ 2008-10-31 3:46 99% Zac Medico (zmedico)
0 siblings, 0 replies; 1+ results
From: Zac Medico (zmedico) @ 2008-10-31 3:46 UTC (permalink / raw
To: gentoo-commits
Author: zmedico
Date: 2008-10-31 03:46:22 +0000 (Fri, 31 Oct 2008)
New Revision: 11759
Modified:
main/trunk/bin/repoman
Log:
Pass a Package instance into the config.setcpv() call.
Modified: main/trunk/bin/repoman
===================================================================
--- main/trunk/bin/repoman 2008-10-30 22:44:55 UTC (rev 11758)
+++ main/trunk/bin/repoman 2008-10-31 03:46:22 UTC (rev 11759)
@@ -1468,7 +1468,7 @@
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")
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-31 3:46 99% [gentoo-commits] portage r11759 - main/trunk/bin Zac Medico (zmedico)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox