summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/repoman3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index ae2804e9f..15f6b7d06 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -1116,7 +1116,8 @@ for x in scanlist:
myflag = myflag[1:]
myiuse.add(myflag)
- inherited_java_eclass = "java-pkg" in inherited
+ inherited_java_eclass = "java-pkg-2" in inherited or \
+ "java-pkg-opt-2" in inherited
operator_tokens = set(["||", "(", ")"])
type_list, badsyntax = [], []
for mytype in ("DEPEND", "RDEPEND", "PDEPEND", "LICENSE", "PROVIDE"):