summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-06-15 21:10:25 +0300
committerZac Medico <zmedico@gentoo.org>2012-06-15 17:44:35 -0700
commit3833fd198efb1a8b90f15903f92676fea5cf9554 (patch)
treed201269446ee7057c6adbe3819449b5d4a1566ae /bin/repoman
parent0c29f1531fe9787cd1bd96fcd5c34ec5e6128aa4 (diff)
downloadportage-3833fd198efb1a8b90f15903f92676fea5cf9554.tar.gz
portage-3833fd198efb1a8b90f15903f92676fea5cf9554.tar.bz2
portage-3833fd198efb1a8b90f15903f92676fea5cf9554.zip
repoman: warn about every 'pkgconfig' implementation in RDEPENDs
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/repoman b/bin/repoman
index c18626dbe..7204f50dc 100755
--- 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",
])