diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-22 09:18:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-22 09:26:10 +0200 |
commit | 00e1efaa7a1a7d2d323e3f49c7b22948e03312f5 (patch) | |
tree | 83da9ebb7db32103d0b8cfca201912198fe3adab /eclass | |
parent | dev-libs/ossp-uuid: Use the canonical test restriction (diff) | |
download | gentoo-00e1efaa7a1a7d2d323e3f49c7b22948e03312f5.tar.gz gentoo-00e1efaa7a1a7d2d323e3f49c7b22948e03312f5.tar.bz2 gentoo-00e1efaa7a1a7d2d323e3f49c7b22948e03312f5.zip |
java-utils-2.eclass: Use @ECLASS_VARIABLE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 5b4783f350f2..e5a2b611d111 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -124,7 +124,7 @@ JAVA_PKG_ALLOW_VM_CHANGE=${JAVA_PKG_ALLOW_VM_CHANGE:="yes"} # ) # @CODE -# @ECLASS-VARIABLE: JAVA_TEST_RUNNER_EXTRA_ARGS +# @ECLASS_VARIABLE: JAVA_TEST_RUNNER_EXTRA_ARGS # @DEFAULT_UNSET # @DESCRIPTION: # Array of extra arguments that should be passed to the test runner when running tests. |