summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-05-14 17:33:08 +0000
committerMichał Górny <mgorny@gentoo.org>2013-05-14 17:33:08 +0000
commit2486f2d19d2b639cc057f8d5e308fa6504490379 (patch)
treebf88ac9375ca6e97b2e18b841c788e8ea27f7553 /eclass/multilib-build.eclass
parentLinux patch 3.2.45. Removal of affected versions 3.0.74, 3.2.41, 3.2.42, 3.2.... (diff)
downloadgentoo-2-2486f2d19d2b639cc057f8d5e308fa6504490379.tar.gz
gentoo-2-2486f2d19d2b639cc057f8d5e308fa6504490379.tar.bz2
gentoo-2-2486f2d19d2b639cc057f8d5e308fa6504490379.zip
Enable EAPI=4 on multilib eclasses.
Diffstat (limited to 'eclass/multilib-build.eclass')
-rw-r--r--eclass/multilib-build.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass
index 5e8cb54344bc..392993adc4a0 100644
--- a/eclass/multilib-build.eclass
+++ b/eclass/multilib-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.11 2013/04/07 16:56:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/multilib-build.eclass,v 1.12 2013/05/14 17:33:08 mgorny Exp $
# @ECLASS: multilib-build.eclass
# @MAINTAINER:
@@ -17,9 +17,9 @@
if [[ ! ${_MULTILIB_BUILD} ]]; then
-# EAPI=5 is required for meaningful MULTILIB_USEDEP.
+# EAPI=4 is required for meaningful MULTILIB_USEDEP.
case ${EAPI:-0} in
- 5) ;;
+ 4|5) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac