commit: a5adc69b4bffaf47a520f16dad03472f2f21defc Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 1 11:02:45 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 1 11:04:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5adc69b
java-ant-2.eclass: fix eclassdoc issues eclass-to-manpage noticed these. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/java-ant-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass index 1ed8b23ee6cd..ef7d306dc9b1 100644 --- a/eclass/java-ant-2.eclass +++ b/eclass/java-ant-2.eclass @@ -2,7 +2,6 @@ # Distributed under the terms of the GNU General Public License v2 # @ECLASS: java-ant-2.eclass -# @DEPRECATED: none # @MAINTAINER: # [email protected] # @AUTHOR: @@ -11,6 +10,7 @@ # @SUPPORTED_EAPIS: 7 8 # @PROVIDES: java-utils-2 # @BLURB: eclass for ant based Java packages +# @DEPRECATED: none # @DESCRIPTION: # Eclass for Ant-based Java packages. Provides support for both automatic and # manual manipulation of build.xml files. Should be inherited after java-pkg-2
