summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-03-18 21:29:29 +0100
committerUlrich Müller <ulm@gentoo.org>2022-03-24 04:58:34 +0100
commitd7317785d04e7de172de3bff05852fca3cd15af2 (patch)
tree39f2e24069d903cc05c898c695d9a703fcaf5ca9 /eclass/java-pkg-opt-2.eclass
parentapp-shells/nushell: Add 0.60.0 (diff)
downloadgentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.gz
gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.tar.bz2
gentoo-d7317785d04e7de172de3bff05852fca3cd15af2.zip
*.eclass: @ECLASS-VARIABLE renamed to @ECLASS_VARIABLE
Bug: https://bugs.gentoo.org/835396 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/java-pkg-opt-2.eclass')
-rw-r--r--eclass/java-pkg-opt-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass
index 92f2cb53145d..b4461d7f1491 100644
--- a/eclass/java-pkg-opt-2.eclass
+++ b/eclass/java-pkg-opt-2.eclass
@@ -23,7 +23,7 @@ _JAVA_PKG_OPT_2_ECLASS=1
inherit java-utils-2
-# @ECLASS-VARIABLE: JAVA_PKG_OPT_USE
+# @ECLASS_VARIABLE: JAVA_PKG_OPT_USE
# @DESCRIPTION:
# USE flag to control if optional Java stuff is build. Defaults to 'java'.
JAVA_PKG_OPT_USE=${JAVA_PKG_OPT_USE:-java}