From a654a3b7efbf31fc48998f115952f524cf753913 Mon Sep 17 00:00:00 2001 From: "Gregory M. Tuner" Date: Thu, 5 Jun 2014 03:39:46 -0700 Subject: eclass/multilib-minimal: trivial upstream sync Signed-off-by: Gregory M. Tuner --- eclass/multilib-minimal.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'eclass') diff --git a/eclass/multilib-minimal.eclass b/eclass/multilib-minimal.eclass index ba3ee40..e223291 100644 --- a/eclass/multilib-minimal.eclass +++ b/eclass/multilib-minimal.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -109,6 +109,7 @@ # phase functions and that can result in a big, ugly mess for your # ebuild. +# EAPI=4 is required for meaningful MULTILIB_USEDEP. case ${EAPI:-0} in 4|5) ;; *) die "EAPI=${EAPI} is not supported" ;; -- cgit v1.2.3-65-gdbad