diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2024-09-09 10:21:19 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-09-10 08:40:42 +0200 |
commit | d9c0273228e50613d354bdf6bf5a91caa8eb919f (patch) | |
tree | 08a01e3b847d57acefa12885e423569688e6f80f /eclass | |
parent | dev-java/lucene: 2.4.1-r5 build without BSFIX, drop java-ant-2 (diff) | |
download | gentoo-d9c0273228e50613d354bdf6bf5a91caa8eb919f.tar.gz gentoo-d9c0273228e50613d354bdf6bf5a91caa8eb919f.tar.bz2 gentoo-d9c0273228e50613d354bdf6bf5a91caa8eb919f.zip |
java-utils-2.eclass: mark function use_doc as deprecated
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37338
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/java-utils-2.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/java-utils-2.eclass b/eclass/java-utils-2.eclass index 6bf6b7788aa5..481c9b7df081 100644 --- a/eclass/java-utils-2.eclass +++ b/eclass/java-utils-2.eclass @@ -2255,6 +2255,7 @@ java-pkg_force-compiler() { } # @FUNCTION: use_doc +# @DEPRECATED: none # @DESCRIPTION: # # Helper function for getting ant to build javadocs. If the user has USE=doc, |