summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-03-29 06:54:53 +0000
committerZac Medico <zmedico@gentoo.org>2008-03-29 06:54:53 +0000
commit1421c098b8b0bea77a41f54d78247133dc257765 (patch)
treeb3858051879758d77f444a45549edfc7573a4e59 /man
parent7b64f2e44cb46607304788f6fb714e50d52f911e (diff)
downloadportage-1421c098b8b0bea77a41f54d78247133dc257765.tar.gz
portage-1421c098b8b0bea77a41f54d78247133dc257765.tar.bz2
portage-1421c098b8b0bea77a41f54d78247133dc257765.zip
Add a new "java.eclassesnotused" check for cases where DEPEND contains
virtual/jdk and and the appropriate java eclass has not been inherited (a violation of the java team's policy). Thanks to Betelgeuse for the initial patch. (trunk r9585) svn path=/main/branches/2.1.2/; revision=9597
Diffstat (limited to 'man')
-rw-r--r--man/repoman.14
1 files changed, 4 insertions, 0 deletions
diff --git a/man/repoman.1 b/man/repoman.1
index 835d2e625..552640df4 100644
--- a/man/repoman.1
+++ b/man/repoman.1
@@ -256,6 +256,10 @@ Files in the files directory must be under 20k
.B filedir.missing
Package lacks a files directory
.TP
+.B java.eclassesnotused
+With virtual/jdk in DEPEND you must inherit a java eclass. Refer to
+\fIhttp://www.gentoo.org/proj/en/java/java\-devel.xml\fR for more information.
+.TP
.B metadata.bad
Bad metadata.xml files
.TP