From: Zac Medico Date: Tue, 17 Aug 2010 01:32:30 +0000 (-0700) Subject: Fix broken reference to 'myprovide' variable. X-Git-Tag: v2.2_rc68~143 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3de45c37faf3eb139e54a301eb9f6c8a8970b6ec;p=portage.git Fix broken reference to 'myprovide' variable. --- 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 = []