cmake-multilib.eclass: Drop support for EAPI 5
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 16 Oct 2018 14:34:28 +0000 (16:34 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 16 Oct 2018 14:56:46 +0000 (16:56 +0200)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/cmake-multilib.eclass

index 1ffb3e3f08f2421856ee47792529956554f98b99..7c65e11536b32f8dffaa13817631d7ffe0d7b816 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # 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
+# @SUPPORTED_EAPIS: 6
 # @BLURB: cmake-utils wrapper for multilib builds
 # @DESCRIPTION:
 # The cmake-multilib.eclass provides a glue between cmake-utils.eclass(5)
@@ -19,9 +19,8 @@
 # in multilib-minimal, yet they ought to call appropriate cmake-utils
 # phase rather than 'default'.
 
-# EAPI=5 is required for meaningful MULTILIB_USEDEP.
 case ${EAPI:-0} in
-       5|6) ;;
+       6) ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac