summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-06 17:49:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-11 20:52:45 +0100
commit3aa091654489bae8aa585ddadc6734e67b3364ed (patch)
tree42d2ced6ba515d61629738ca159047138ed5bde0
parentmedia-sound/audiotools: add python3_9 support (diff)
downloadgentoo-3aa091654489bae8aa585ddadc6734e67b3364ed.tar.gz
gentoo-3aa091654489bae8aa585ddadc6734e67b3364ed.tar.bz2
gentoo-3aa091654489bae8aa585ddadc6734e67b3364ed.zip
cmake-multilib.eclass: Drop EAPI-6 support
Bug: https://bugs.gentoo.org/770574 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--eclass/cmake-multilib.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass
index 2693d9c72e2b..7319d6b0538d 100644
--- a/eclass/cmake-multilib.eclass
+++ b/eclass/cmake-multilib.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: cmake-multilib.eclass
@@ -6,7 +6,7 @@
# gx86-multilib team <multilib@gentoo.org>
# @AUTHOR:
# Author: Michał Górny <mgorny@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 7
# @BLURB: cmake-utils wrapper for multilib builds
# @DESCRIPTION:
# The cmake-multilib.eclass provides a glue between cmake-utils.eclass(5)
@@ -26,7 +26,7 @@
: ${CMAKE_ECLASS:=cmake-utils}
case ${EAPI:-0} in
- [67]) ;;
+ 7) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac