mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-20 11:51:06 +02:00
eclass/java-utils-2: Sync with Gentoo
It's from Gentoo commit 3569dfc72dc6aba486bdd4598ac73cd86859d6ee. Signed-off-by: Flatcar Buildbot <buildbot@flatcar-linux.org>
This commit is contained in:
parent
2dd4d2b199
commit
877f14e90e
@ -6,7 +6,7 @@
|
|||||||
# java@gentoo.org
|
# java@gentoo.org
|
||||||
# @AUTHOR:
|
# @AUTHOR:
|
||||||
# Thomas Matthijs <axxo@gentoo.org>, Karl Trygve Kalleberg <karltk@gentoo.org>
|
# Thomas Matthijs <axxo@gentoo.org>, Karl Trygve Kalleberg <karltk@gentoo.org>
|
||||||
# @SUPPORTED_EAPIS: 7 8
|
# @SUPPORTED_EAPIS: 8
|
||||||
# @BLURB: Base eclass for Java packages
|
# @BLURB: Base eclass for Java packages
|
||||||
# @DESCRIPTION:
|
# @DESCRIPTION:
|
||||||
# This eclass provides functionality which is used by java-pkg-2.eclass and
|
# This eclass provides functionality which is used by java-pkg-2.eclass and
|
||||||
@ -20,7 +20,7 @@ if [[ -z ${_JAVA_UTILS_2_ECLASS} ]] ; then
|
|||||||
_JAVA_UTILS_2_ECLASS=1
|
_JAVA_UTILS_2_ECLASS=1
|
||||||
|
|
||||||
case ${EAPI} in
|
case ${EAPI} in
|
||||||
7|8) ;;
|
8) ;;
|
||||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user