summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2023-03-17 23:04:13 +0100
committerDavid Seifert <soap@gentoo.org>2023-03-17 23:04:13 +0100
commit3dbeacb046899daf891f6c9f2ed8539c2e8855f9 (patch)
tree0f2a0fc7eac769a239efd062e65695bcf7b6ea3b
parentdb.eclass: add EAPI whitelist (diff)
downloadgentoo-3dbeacb0.tar.gz
gentoo-3dbeacb0.tar.bz2
gentoo-3dbeacb0.zip
eapi8-dosym.eclass: remove EAPI 5, 6
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--eclass/eapi8-dosym.eclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/eapi8-dosym.eclass b/eclass/eapi8-dosym.eclass
index 52f0ffe3e62b..4e3977ef54cf 100644
--- a/eclass/eapi8-dosym.eclass
+++ b/eclass/eapi8-dosym.eclass
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: eapi8-dosym.eclass
@@ -6,7 +6,7 @@
# PMS team <pms@gentoo.org>
# @AUTHOR:
# Ulrich Müller <ulm@gentoo.org>
-# @SUPPORTED_EAPIS: 5 6 7
+# @SUPPORTED_EAPIS: 7
# @BLURB: Testing implementation of EAPI 8 dosym -r option
# @DESCRIPTION:
# A stand-alone implementation of the dosym command aimed for EAPI 8.
@@ -17,8 +17,8 @@
# https://bugs.gentoo.org/708360
case ${EAPI} in
- 5|6|7) ;;
- *) die "${ECLASS}: EAPI=${EAPI:-0} not supported" ;;
+ 7) ;;
+ *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
esac
# @FUNCTION: _dosym8_canonicalize