Switched 'java-strict' from being a FEATURE to being a variable.
authorJoshua Nichols <nichoj@gentoo.org>
Mon, 7 Aug 2006 00:36:54 +0000 (00:36 +0000)
committerJoshua Nichols <nichoj@gentoo.org>
Mon, 7 Aug 2006 00:36:54 +0000 (00:36 +0000)
eclass/java-utils-2.eclass

index eac0b12d0bb1f32e449e6efb896a8410029a2400..f6dfd98ffc2323ee5c5a407d94f80a4dc7fd97b5 100644 (file)
@@ -1861,7 +1861,7 @@ increment-qa-violations() {
 }
 
 is-java-strict() {
-       hasq java-strict ${FEATURES} && ! hasq -java-strict ${FEATURES}
+       [[ -n ${JAVA_PKG_STRICT} ]]
        return $?
 }