commit: 9c5a34ac127fcaf2841b054ea05aa72e9b53e327 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Dec 24 10:21:17 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Dec 24 14:51:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c5a34ac
mate-desktop.org.eclass: Drop EAPI-6 support Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/mate-desktop.org.eclass | 10 ++++------ 1 file 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 @@ # [email protected] # @AUTHOR: # Authors: NP-Hardass <[email protected]> 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:
