summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2024-10-08 17:31:27 +0200
committerDavid Seifert <soap@gentoo.org>2024-10-08 17:31:27 +0200
commit7663fbfcd9ca5a7261d8de4120490f95f732a774 (patch)
tree75f12749c156c1faa20119b579739fe2e337cff4 /eclass
parentprefix.eclass: drop support for EAPI 5 and 6 (diff)
downloadgentoo-7663fbfcd9ca5a7261d8de4120490f95f732a774.tar.gz
gentoo-7663fbfcd9ca5a7261d8de4120490f95f732a774.tar.bz2
gentoo-7663fbfcd9ca5a7261d8de4120490f95f732a774.zip
preserve-libs.eclass: drop support for EAPI 5 and 6
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/preserve-libs.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/preserve-libs.eclass b/eclass/preserve-libs.eclass
index 38571447b945..e97e3f846a09 100644
--- a/eclass/preserve-libs.eclass
+++ b/eclass/preserve-libs.eclass
@@ -4,17 +4,13 @@
# @ECLASS: preserve-libs.eclass
# @MAINTAINER:
# base-system@gentoo.org
-# @SUPPORTED_EAPIS: 5 6 7 8
+# @SUPPORTED_EAPIS: 7 8
# @BLURB: preserve libraries after SONAME changes
if [[ -z ${_PRESERVE_LIBS_ECLASS} ]]; then
_PRESERVE_LIBS_ECLASS=1
case ${EAPI} in
- 5|6)
- ewarn "${CATEGORY}/${PF}: ebuild uses ${ECLASS} with deprecated EAPI ${EAPI}!"
- ewarn "${CATEGORY}/${PF}: Support will be removed on 2024-10-08. Please port to newer EAPI."
- ;;
7|8) ;;
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac