diff options
author | 2022-12-26 11:22:14 +0100 | |
---|---|---|
committer | 2022-12-26 11:31:14 +0100 | |
commit | 2317aeeb7f621b357b23b7b8360c3a674e759430 (patch) | |
tree | e156371df610dfc70f1b8cae5d2de42d92ad4f50 | |
parent | ecm.eclass: Drop EAPI-7 support (diff) | |
download | gentoo-2317aeeb7f621b357b23b7b8360c3a674e759430.tar.gz gentoo-2317aeeb7f621b357b23b7b8360c3a674e759430.tar.bz2 gentoo-2317aeeb7f621b357b23b7b8360c3a674e759430.zip |
kde.org.eclass: Drop EAPI-7 support
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | eclass/kde.org.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index a39e205d0e93..efe3186f286c 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -4,7 +4,7 @@ # @ECLASS: kde.org.eclass # @MAINTAINER: # kde@gentoo.org -# @SUPPORTED_EAPIS: 7 8 +# @SUPPORTED_EAPIS: 8 # @BLURB: Support eclass for packages that are hosted on kde.org infrastructure. # @DESCRIPTION: # This eclass is mainly providing facilities for the three upstream release @@ -16,7 +16,7 @@ # particular build system. case ${EAPI} in - 7|8) ;; + 8) ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac |