Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11759 - main/trunk/bin
Date: Fri, 31 Oct 2008 03:46:26
Message-Id: E1Kvkxr-0008Gk-5V@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-10-31 03:46:22 +0000 (Fri, 31 Oct 2008)
3 New Revision: 11759
4
5 Modified:
6 main/trunk/bin/repoman
7 Log:
8 Pass a Package instance into the config.setcpv() call.
9
10
11 Modified: main/trunk/bin/repoman
12 ===================================================================
13 --- main/trunk/bin/repoman 2008-10-30 22:44:55 UTC (rev 11758)
14 +++ main/trunk/bin/repoman 2008-10-31 03:46:22 UTC (rev 11759)
15 @@ -1468,7 +1468,7 @@
16 portdb.mysettings = dep_settings
17 portdb.xcache = xcache
18 # for package.use.mask support inside dep_check
19 - dep_settings.setcpv("/".join((catdir, y)))
20 + dep_settings.setcpv(pkg)
21 dep_settings["ACCEPT_KEYWORDS"] = " ".join(groups)
22 # just in case, prevent config.reset() from nuking these.
23 dep_settings.backup_changes("ACCEPT_KEYWORDS")