From: Joshua Nichols Date: Mon, 7 Aug 2006 00:36:54 +0000 (+0000) Subject: Switched 'java-strict' from being a FEATURE to being a variable. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af57aea649ce10994fb05e6145d1a9b50e0f2d47;p=gentoo.git Switched 'java-strict' from being a FEATURE to being a variable. --- diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index eac0b12d0bb1..f6dfd98ffc23 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -1861,7 +1861,7 @@ increment-qa-violations() { } is-java-strict() { - hasq java-strict ${FEATURES} && ! hasq -java-strict ${FEATURES} + [[ -n ${JAVA_PKG_STRICT} ]] return $? }