summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2024-10-08 17:31:21 +0200
committerDavid Seifert <soap@gentoo.org>2024-10-08 17:31:21 +0200
commita3e4280d8131b93231baf1f0d444c6c3481605ea (patch)
tree978e0b501231cca78c53cf1cc79a9d979464e2ce /eclass/pax-utils.eclass
parentout-of-source-utils.eclass: drop support for EAPI 6 (diff)
downloadgentoo-a3e4280d8131b93231baf1f0d444c6c3481605ea.tar.gz
gentoo-a3e4280d8131b93231baf1f0d444c6c3481605ea.tar.bz2
gentoo-a3e4280d8131b93231baf1f0d444c6c3481605ea.zip
pax-utils.eclass: drop support for EAPI 5 and 6
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'eclass/pax-utils.eclass')
-rw-r--r--eclass/pax-utils.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/pax-utils.eclass b/eclass/pax-utils.eclass
index a7144278fd9a..cc35145a2851 100644
--- a/eclass/pax-utils.eclass
+++ b/eclass/pax-utils.eclass
@@ -7,7 +7,7 @@
# @AUTHOR:
# Author: Kevin F. Quinn <kevquinn@gentoo.org>
# Author: Anthony G. Basile <blueness@gentoo.org>
-# @SUPPORTED_EAPIS: 5 6 7 8
+# @SUPPORTED_EAPIS: 7 8
# @BLURB: functions to provide PaX markings for hardened kernels
# @DESCRIPTION:
#
@@ -25,10 +25,6 @@ if [[ -z ${_PAX_UTILS_ECLASS} ]]; then
_PAX_UTILS_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