summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-26 20:51:42 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-26 20:51:42 +0000
commit5678ecdc51c8566da606cea6c1536286d22199ca (patch)
tree85311d48ac10a2733932c94aa60a20aef059dd73 /eclass/cmake-utils.eclass
parentAdd the Red Hat crash analyzer utility (diff)
downloadhistorical-5678ecdc51c8566da606cea6c1536286d22199ca.tar.gz
historical-5678ecdc51c8566da606cea6c1536286d22199ca.tar.bz2
historical-5678ecdc51c8566da606cea6c1536286d22199ca.zip
Support eapi4
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 6d590949d053..be3ab0638965 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.65 2011/01/20 00:48:51 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.66 2011/01/26 20:51:42 scarabeus Exp $
# @ECLASS: cmake-utils.eclass
# @MAINTAINER:
@@ -46,7 +46,7 @@ inherit toolchain-funcs multilib flag-o-matic base
CMAKE_EXPF="src_compile src_test src_install"
case ${EAPI:-0} in
- 3|2) CMAKE_EXPF+=" src_configure" ;;
+ 4|3|2) CMAKE_EXPF+=" src_configure" ;;
1|0) ;;
*) die "Unknown EAPI, Bug eclass maintainers." ;;
esac