projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa85f25
)
Fix broken reference to 'myprovide' variable.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 17 Aug 2010 01:32:30 +0000
(18:32 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 17 Aug 2010 01:32:30 +0000
(18:32 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 920f5edf2ed611a9b3e819e523d165abefb4bcbe..dc7dc3bf823c81639ec0835b9979389838848d95 100755
(executable)
--- 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 = []