From 73d256ab01f04bd33131f2d10f0a46758e99391e Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 25 Apr 2006 10:08:17 +0000 Subject: Remove all usage of the portage.archlist global variable. svn path=/main/trunk/; revision=3232 --- bin/repoman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/repoman b/bin/repoman index 9429e7c50..129e05720 100755 --- a/bin/repoman +++ b/bin/repoman @@ -604,7 +604,7 @@ if os.path.exists(descfile): else: profiles[arch[0]] = [[arch[1], arch[2]]] - for x in portage.archlist: + for x in repoman_settings.archlist(): if x[0] == "~": continue if not profiles.has_key(x): @@ -1023,7 +1023,7 @@ for x in scanlist: badlicsyntax = False badprovsyntax = False catpkg = catdir+"/"+y - myiuse = myaux["IUSE"].split() + portage.archlist + myiuse = myaux["IUSE"].split() + repoman_settings.archlist() type_list, badsyntax = [], [] for mytype in ("DEPEND", "RDEPEND", "PDEPEND", "LICENSE", "PROVIDE"): mydepstr = myaux[mytype] -- cgit v1.2.3-1-g7c22