mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
java-pkg-simple.eclass: Inherit eqawarn instead of eutils
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user