diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2023-03-12 19:09:23 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-09-16 09:44:10 +0200 |
commit | 0a8a487f6ea6713400505929f0b335db009d7e87 (patch) | |
tree | dd858155e0ac6a79940c4991bb52bb8d36c87462 /eclass | |
parent | sys-fs/fatsort: drop 1.6.4.625 (diff) | |
download | gentoo-0a8a487f6ea6713400505929f0b335db009d7e87.tar.gz gentoo-0a8a487f6ea6713400505929f0b335db009d7e87.tar.bz2 gentoo-0a8a487f6ea6713400505929f0b335db009d7e87.zip |
java-utils-2.eclass: fix EclassDocMissingFunc
Closes: https://bugs.gentoo.org/900509
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/30078
Signed-off-by: Florian Schmaus <flow@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 ee5d68c8a78c..92e02e3085b1 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -2390,7 +2390,7 @@ java-pkg_init-compiler_() { } -# @FUNCTION: init_paths_ +# @FUNCTION: java-pkg_init_paths_ # @INTERNAL # @DESCRIPTION: # Initializes some variables that will be used. These variables are mostly used |