diff options
author | Gregory M. Tuner <gmt@be-evil.net> | 2014-06-05 03:39:46 -0700 |
---|---|---|
committer | Gregory M. Tuner <gmt@be-evil.net> | 2014-06-05 03:39:46 -0700 |
commit | a654a3b7efbf31fc48998f115952f524cf753913 (patch) | |
tree | 4ba18d43c1b812672e38a2fc5d2721531b8a06b0 /eclass | |
parent | eclass/multilib: header fixup (diff) | |
download | gmt-a654a3b7efbf31fc48998f115952f524cf753913.tar.gz gmt-a654a3b7efbf31fc48998f115952f524cf753913.tar.bz2 gmt-a654a3b7efbf31fc48998f115952f524cf753913.zip |
eclass/multilib-minimal: trivial upstream sync
Signed-off-by: Gregory M. Tuner <gmt@be-evil.net>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/multilib-minimal.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
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" ;; |