diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-26 20:51:42 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-26 20:51:42 +0000 |
commit | 0d53ab73441b1fc74317a57ee3c27900506db413 (patch) | |
tree | bf642024f4afe166c68e53fd3a44f9f270562c47 /eclass | |
parent | Add the Red Hat crash analyzer utility (diff) | |
download | gentoo-2-0d53ab73441b1fc74317a57ee3c27900506db413.tar.gz gentoo-2-0d53ab73441b1fc74317a57ee3c27900506db413.tar.bz2 gentoo-2-0d53ab73441b1fc74317a57ee3c27900506db413.zip |
Support eapi4
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cmake-utils.eclass | 4 |
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 |