diff options
author | Sam James <sam@gentoo.org> | 2021-06-21 06:38:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-21 06:38:13 +0100 |
commit | dbf787ab869b67f3ae4d1db652dda8d4910b6eca (patch) | |
tree | 71269173ab8970e6ff1ffcaf9d678df7717f639f /eclass/java-pkg-opt-2.eclass | |
parent | java-pkg-2.eclass: fix @SUPPORTED_EAPIS eclassdoc (diff) | |
download | gentoo-dbf787ab869b67f3ae4d1db652dda8d4910b6eca.tar.gz gentoo-dbf787ab869b67f3ae4d1db652dda8d4910b6eca.tar.bz2 gentoo-dbf787ab869b67f3ae4d1db652dda8d4910b6eca.zip |
java-pkg-opt-2.eclass: fix @SUPPORTED_EAPIS eclassdoc
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/java-pkg-opt-2.eclass')
-rw-r--r-- | eclass/java-pkg-opt-2.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-pkg-opt-2.eclass b/eclass/java-pkg-opt-2.eclass index 7733fc7afd11..7f1f5a2f8394 100644 --- a/eclass/java-pkg-opt-2.eclass +++ b/eclass/java-pkg-opt-2.eclass @@ -6,8 +6,8 @@ # java@gentoo.org # @AUTHOR: # Thomas Matthijs <axxo@gentoo.org> -# @BLURB: Eclass for package with optional Java support # @SUPPORTED_EAPIS: 5 6 7 +# @BLURB: Eclass for package with optional Java support # @DESCRIPTION: # Inherit this eclass instead of java-pkg-2 if you only need optional Java # support. |