From 3de45c37faf3eb139e54a301eb9f6c8a8970b6ec Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 16 Aug 2010 18:32:30 -0700 Subject: Fix broken reference to 'myprovide' variable. --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/repoman') 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 = [] -- cgit v1.2.3-1-g7c22