summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-08-16 18:32:30 -0700
committerZac Medico <zmedico@gentoo.org>2010-08-16 18:32:30 -0700
commit3de45c37faf3eb139e54a301eb9f6c8a8970b6ec (patch)
tree372adf117b4feb13e986ba8001f0ee3f3d66da72 /bin/repoman
parentfa85f256d21a2f9692e9ad9d8cdc8ee16cbded1b (diff)
downloadportage-3de45c37faf3eb139e54a301eb9f6c8a8970b6ec.tar.gz
portage-3de45c37faf3eb139e54a301eb9f6c8a8970b6ec.tar.bz2
portage-3de45c37faf3eb139e54a301eb9f6c8a8970b6ec.zip
Fix broken reference to 'myprovide' variable.
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 920f5edf2..dc7dc3bf8 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1472,7 +1472,7 @@ for x in scanlist:
except portage.exception.InvalidDependString:
stats["PROVIDE.syntax"] = stats["PROVIDE.syntax"] + 1
fails["PROVIDE.syntax"].append("%s: %s" % \
- (relative_path, myprovide))
+ (relative_path, pkg.metadata['PROVIDE']))
provide = []
provide_cps = []