summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-24 11:21:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-24 15:51:48 +0100
commit9c5a34ac127fcaf2841b054ea05aa72e9b53e327 (patch)
tree268786e7a4a0bb713e6dad16088a64ce53b13f16 /eclass/mate-desktop.org.eclass
parentmate.eclass: Drop EAPI-6 support (diff)
downloadgentoo-9c5a34ac127fcaf2841b054ea05aa72e9b53e327.tar.gz
gentoo-9c5a34ac127fcaf2841b054ea05aa72e9b53e327.tar.bz2
gentoo-9c5a34ac127fcaf2841b054ea05aa72e9b53e327.zip
mate-desktop.org.eclass: Drop EAPI-6 support
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/mate-desktop.org.eclass')
-rw-r--r--eclass/mate-desktop.org.eclass10
1 files changed, 4 insertions, 6 deletions
diff --git a/eclass/mate-desktop.org.eclass b/eclass/mate-desktop.org.eclass
index dfa66155936b..2e45d864dd74 100644
--- a/eclass/mate-desktop.org.eclass
+++ b/eclass/mate-desktop.org.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: mate-desktop.org.eclass
@@ -6,15 +6,15 @@
# mate@gentoo.org
# @AUTHOR:
# Authors: NP-Hardass <NP-Hardass@gentoo.org> based upon the gnome.org eclass.
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 7
# @BLURB: Helper eclass for mate-desktop.org hosted archives
# @DESCRIPTION:
# Provide a default SRC_URI and EGIT_REPO_URI for MATE packages as well as
# exporting some useful values like the MATE_BRANCH
-# EAPIs < 6 are banned.
+# EAPIs < 7 are banned.
case "${EAPI:-0}" in
- 6|7) ;;
+ 7) ;;
*) die "EAPI=${EAPI:-0} is not supported" ;;
esac
@@ -22,8 +22,6 @@ if [[ ${PV} == 9999 ]]; then
inherit git-r3
fi
-[[ ${EAPI:-0} -eq 6 ]] && inherit eapi7-ver
-
# @ECLASS_VARIABLE: MATE_TARBALL_SUFFIX
# @INTERNAL
# @DESCRIPTION: