summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = []