summaryrefslogtreecommitdiffstats
path: root/man/repoman.1
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-06-17 11:42:51 +0300
committerZac Medico <zmedico@gentoo.org>2012-06-17 08:45:01 -0700
commit4cd3da7f48b74abfc48d36cf2c700c4eebfcbb40 (patch)
treee14799850cf505a9e429627f7bd03e4def479d13 /man/repoman.1
parenta4ea52918c3cccaf2459fa2264ab0219071de70a (diff)
downloadportage-4cd3da7f48b74abfc48d36cf2c700c4eebfcbb40.tar.gz
portage-4cd3da7f48b74abfc48d36cf2c700c4eebfcbb40.tar.bz2
portage-4cd3da7f48b74abfc48d36cf2c700c4eebfcbb40.zip
repoman: add 'VIRTUAL.suspect' class of warnings
Searches all the *DEPENDS against static map of: { 'package' : 'virtual' } Example output: > VIRTUAL.suspect 1 > dev-haskell/cabal/cabal-1.15.0_pre20120608.ebuild: consider using 'virtual/pkgconfig' insted of 'dev-util/pkgconf' Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'man/repoman.1')
-rw-r--r--man/repoman.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index 26575a9ca..b8c0f48e3 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -382,6 +382,10 @@ Ebuild uses D, ROOT, ED, EROOT or EPREFIX with helpers
The ebuild PROVIDEs an old-style virtual (see GLEP 37). This is an error
unless "allow\-provide\-virtuals = true" is set in metadata/layout.conf.
.TP
+.B virtual.suspect
+Ebuild contains a package that usually should be pulled via virtual/,
+not directly.
+.TP
.B wxwidgets.eclassnotused
Ebuild DEPENDs on x11-libs/wxGTK without inheriting wxwidgets.eclass. Refer to
bug #305469 for more information.