diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2021-11-28 09:04:57 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-12-02 17:35:49 +0100 |
commit | 1d45a27c826beff25fe9931d32a075750c4c5fc9 (patch) | |
tree | 06bc73f7bf8c92cee4948ab34cda330697f0a188 /eclass/java-pkg-simple.eclass | |
parent | net-analyzer/zabbix: sqlite cannot be used with server (diff) | |
download | gentoo-1d45a27c826beff25fe9931d32a075750c4c5fc9.tar.gz gentoo-1d45a27c826beff25fe9931d32a075750c4c5fc9.tar.bz2 gentoo-1d45a27c826beff25fe9931d32a075750c4c5fc9.zip |
eclass/java-{utils-2,pkg-2,pkg-simple}: bump to eapi8
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass/java-pkg-simple.eclass')
-rw-r--r-- | eclass/java-pkg-simple.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index fc006ff2fcc4..26dc06b1a6fa 100644 --- a/eclass/java-pkg-simple.eclass +++ b/eclass/java-pkg-simple.eclass @@ -6,7 +6,7 @@ # java@gentoo.org # @AUTHOR: # Java maintainers <java@gentoo.org> -# @SUPPORTED_EAPIS: 5 6 7 +# @SUPPORTED_EAPIS: 5 6 7 8 # @BLURB: Eclass for packaging Java software with ease. # @DESCRIPTION: # This class is intended to build pure Java packages from Java sources @@ -17,7 +17,7 @@ # directory before calling the src_compile function of this eclass. case ${EAPI:-0} in - [567]) ;; + [5678]) ;; *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac |