summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2023-09-29 10:24:41 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-09-30 09:58:25 +0200
commit55d84c375638dfa400d980600e820db1f36d6ae8 (patch)
tree8728d1b208051ed9fcccf8571b71bdd9e36b4027 /eclass/java-pkg-simple.eclass
parentdev-ruby/puppet_forge: add 5.0.2 (diff)
downloadgentoo-55d84c375638dfa400d980600e820db1f36d6ae8.tar.gz
gentoo-55d84c375638dfa400d980600e820db1f36d6ae8.tar.bz2
gentoo-55d84c375638dfa400d980600e820db1f36d6ae8.zip
java-pkg-simple.eclass: drop EAPI 6
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/33123 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'eclass/java-pkg-simple.eclass')
-rw-r--r--eclass/java-pkg-simple.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/java-pkg-simple.eclass b/eclass/java-pkg-simple.eclass
index e50344c32acb..02200f10cb8d 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: 6 7 8
+# @SUPPORTED_EAPIS: 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,6 @@
# directory before calling the src_compile function of this eclass.
case ${EAPI} in
- 6) inherit eqawarn ;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac