summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-04-25 08:45:08 +0000
committerZac Medico <zmedico@gentoo.org>2006-04-25 08:45:08 +0000
commita7fc62ee63712cda2e81408b06dfbf655440f135 (patch)
treec91120c024cc9f4e298e63969efdcee95468ece7 /bin/repoman
parentc8f0eaaaba06efd998a44ff40db090e8da0dbdb0 (diff)
downloadportage-a7fc62ee63712cda2e81408b06dfbf655440f135.tar.gz
portage-a7fc62ee63712cda2e81408b06dfbf655440f135.tar.bz2
portage-a7fc62ee63712cda2e81408b06dfbf655440f135.zip
Remove all usage of portage.usedefaults and portage.profiledir globals.
svn path=/main/trunk/; revision=3230
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index 590973c50..2efbe5e70 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1092,8 +1092,6 @@ for x in scanlist:
profdir = portdir+"/profiles/"+prof[0]
- portage.profiledir=profdir
-
if arch_caches.has_key(prof[0]):
dep_settings, portage.portdb, portage.db["/"]["porttree"] = arch_caches[prof[0]]
else: