projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c29f15
)
repoman: warn about every 'pkgconfig' implementation in RDEPENDs
author
Sergei Trofimovich
<slyfox@gentoo.org>
Fri, 15 Jun 2012 18:10:25 +0000
(21:10 +0300)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 16 Jun 2012 00:44:35 +0000
(17:44 -0700)
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index c18626dbe741fb30067dea4f6f1b42b9d5d2858d..7204f50dc751bc19810bfb4606f86a51ca98197f 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-490,7
+490,10
@@
suspect_rdepend = frozenset([
"dev-util/gtk-doc-am",
"dev-util/intltool",
"dev-util/jam",
+ "dev-util/pkg-config-lite",
+ "dev-util/pkgconf",
"dev-util/pkgconfig",
+ "dev-util/pkgconfig-openbsd",
"dev-util/scons",
"dev-util/unifdef",
"dev-util/yacc",
@@
-505,6
+508,7
@@
suspect_rdepend = frozenset([
"sys-devel/m4",
"sys-devel/pmake",
"virtual/linux-sources",
+ "virtual/pkgconfig",
"x11-misc/bdftopcf",
"x11-misc/imake",
])