aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-04-03 19:30:33 +0200
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Gentoo.Org>2011-04-03 19:30:33 +0200
commit41616039243b89884444fd837b43860bad4c529f (patch)
treeb82357206ca37932a78aa5add4316521c9c7f996 /bin
parentSupport PORTAGE_GPG_SIGNING_COMMAND variable. (diff)
parentrepoman: fix profiles.desc overlay path (diff)
downloadportage-41616039243b89884444fd837b43860bad4c529f.tar.gz
portage-41616039243b89884444fd837b43860bad4c529f.tar.bz2
portage-41616039243b89884444fd837b43860bad4c529f.zip
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 946275319..654943c76 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -722,7 +722,7 @@ for path in portdb.porttrees:
elif arch[2] not in valid_profile_types:
err("invalid profile type: \"" + bad(arch[2]) + "\" in " + \
desc_path + " line %d" % (i+1, ))
- profile_desc = ProfileDesc(arch[0], arch[2], arch[1], portdir)
+ profile_desc = ProfileDesc(arch[0], arch[2], arch[1], path)
if not os.path.isdir(profile_desc.abs_path):
logging.error(
"Invalid %s profile (%s) for arch %s in %s line %d",