projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d0058d
)
Recognize += in RDEPEND.implicit check.
author
Zac Medico
<zmedico@gentoo.org>
Sun, 10 Oct 2010 20:57:15 +0000
(13:57 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 12 Oct 2010 01:46:02 +0000
(18:46 -0700)
Thanks to Tomas Chvatal <scarabeus@g.o> for reporting.
pym/repoman/checks.py
patch
|
blob
|
history
diff --git
a/pym/repoman/checks.py
b/pym/repoman/checks.py
index e00396db3709c7c3c504e0fef48e86c8036f0e7e..baa7a3812b24fe4cfe8dd9435c16e481860c68c9 100644
(file)
--- a/
pym/repoman/checks.py
+++ b/
pym/repoman/checks.py
@@
-334,7
+334,7
@@
class ImplicitRuntimeDeps(LineCheck):
"""
repoman_check_name = 'RDEPEND.implicit'
- _assignment_re = re.compile(r'^\s*(R?DEPEND)=')
+ _assignment_re = re.compile(r'^\s*(R?DEPEND)
\+?
=')
def new(self, pkg):
self._rdepend = False