commit:     3aa091654489bae8aa585ddadc6734e67b3364ed
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  6 16:49:00 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 19:52:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa09165

cmake-multilib.eclass: Drop EAPI-6 support

Bug: https://bugs.gentoo.org/770574
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/cmake-multilib.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass
index 2693d9c72e2..7319d6b0538 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 <[email protected]>
 # @AUTHOR:
 # Author: Michał Górny <[email protected]>
-# @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
 

Reply via email to