commit: 335d4545f1a37baf9acf072f8414224e685409fb Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 21 05:38:14 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 21 05:38:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335d4545
java-pkg-simple.eclass: fix @SUPPORTED_EAPIS eclassdoc Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/java-pkg-simple.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index afd2f92f533..0c3e1af7036 100644 --- a/eclass/java-pkg-simple.eclass +++ b/eclass/java-pkg-simple.eclass @@ -6,8 +6,8 @@ # [email protected] # @AUTHOR: # Java maintainers <[email protected]> -# @BLURB: Eclass for packaging Java software with ease. # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: Eclass for packaging Java software with ease. # @DESCRIPTION: # This class is intended to build pure Java packages from Java sources # without the use of any build instructions shipped with the sources.
