diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-07-23 21:19:45 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-07-24 19:49:47 +0200 |
commit | 67eaa181d1a9234e347ed8d36a95395e76e3f571 (patch) | |
tree | 0729241a132a2b795faac26e59d89511eb1d0eaf /eclass/java-pkg-simple.eclass | |
parent | java-pkg-simple.eclass: Drop support for EAPI 5 (diff) | |
download | gentoo-67eaa181d1a9234e347ed8d36a95395e76e3f571.tar.gz gentoo-67eaa181d1a9234e347ed8d36a95395e76e3f571.tar.bz2 gentoo-67eaa181d1a9234e347ed8d36a95395e76e3f571.zip |
java-pkg-simple.eclass: Inherit eqawarn instead of eutils
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'eclass/java-pkg-simple.eclass')
-rw-r--r-- | eclass/java-pkg-simple.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass index 34c044e2ba2d..09062d9ede68 100644 --- a/eclass/java-pkg-simple.eclass +++ b/eclass/java-pkg-simple.eclass @@ -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 |