summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2012-09-27 16:35:42 +0000
committerIan Stakenvicius <axs@gentoo.org>2012-09-27 16:35:42 +0000
commite49393d403b705b16dd58374774bbb2f7b55b678 (patch)
treeb2e55e4079640e912ad16984959d68277497abed /eclass/cmake-utils.eclass
parentRequire >=jdk-1.5 for javacc-5.0 and drop SLOT 2. #315557 (diff)
downloadhistorical-e49393d403b705b16dd58374774bbb2f7b55b678.tar.gz
historical-e49393d403b705b16dd58374774bbb2f7b55b678.tar.bz2
historical-e49393d403b705b16dd58374774bbb2f7b55b678.zip
naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where EAPI=4 was previously allowed
Diffstat (limited to 'eclass/cmake-utils.eclass')
-rw-r--r--eclass/cmake-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index 3ddb3533603b..ae34738c01ba 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.81 2012/09/20 10:32:40 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.82 2012/09/27 16:35:41 axs Exp $
# @ECLASS: cmake-utils.eclass
# @MAINTAINER:
@@ -61,7 +61,7 @@ inherit toolchain-funcs multilib flag-o-matic base
CMAKE_EXPF="src_compile src_test src_install"
case ${EAPI:-0} in
- 4|3|2) CMAKE_EXPF+=" src_configure" ;;
+ 2|3|4|5) CMAKE_EXPF+=" src_configure" ;;
1|0) ;;
*) die "Unknown EAPI, Bug eclass maintainers." ;;
esac