summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-11 12:32:48 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-11 12:32:48 +0100
commit95c20b170b50a028890f00e7e9c338427d92279f (patch)
treef4f0943446f8e1c5f9739566a0ff53eb5e00e800 /eclass
parent900988746a1a7412b5d0f0025e9f892233a417ff (diff)
gentoo auto-resync : 11:04:2024 - 12:32:48
Diffstat (limited to 'eclass')
-rw-r--r--eclass/Manifest.gzbin39612 -> 39605 bytes
-rw-r--r--eclass/java-ant-2.eclass4
2 files changed, 2 insertions, 2 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz
index 857408716e35..bd2080e0c620 100644
--- a/eclass/Manifest.gz
+++ b/eclass/Manifest.gz
Binary files differ
diff --git a/eclass/java-ant-2.eclass b/eclass/java-ant-2.eclass
index 1eccead3067f..b0d2fb216b10 100644
--- a/eclass/java-ant-2.eclass
+++ b/eclass/java-ant-2.eclass
@@ -7,7 +7,7 @@
# @AUTHOR:
# kiorky <kiorky@cryptelium.net>
# Petteri Räty <betelgeuse@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7 8
+# @SUPPORTED_EAPIS: 7 8
# @PROVIDES: java-utils-2
# @BLURB: eclass for ant based Java packages
# @DESCRIPTION:
@@ -16,7 +16,7 @@
# or java-pkg-opt-2 eclass.
case ${EAPI} in
- 6|7|8) ;;
+ 7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac