From 64e107b9b6058580ff0432107eb37cefb0b2a7d8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 22 Oct 2018 11:09:47 +0100 Subject: gentoo resync : 22.10.2018 --- eclass/cmake-multilib.eclass | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'eclass/cmake-multilib.eclass') diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass index 1ffb3e3f08f2..7c65e11536b3 100644 --- a/eclass/cmake-multilib.eclass +++ b/eclass/cmake-multilib.eclass @@ -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 # @AUTHOR: # Author: Michał Górny -# @SUPPORTED_EAPIS: 5 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 -- cgit v1.2.3