java-pkg-simple.eclass: Inherit eqawarn instead of eutils

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2022-07-23 21:19:45 +02:00
parent c8f8da6fd8
commit 67eaa181d1

View File

@@ -17,7 +17,7 @@
# directory before calling the src_compile function of this eclass.
case ${EAPI} in
6) inherit eutils ;; # eutils for eqawarn
6) inherit eqawarn ;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac