diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-31 14:09:01 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-01-31 14:09:01 +0000 |
commit | 262a0d2b19fd4a4dea51f8ceab48b78d9f1f7b9d (patch) | |
tree | 3d3894aabd9a5ae13ee6ef6fa08cd209cb20acb3 /eclass | |
parent | ebuild cleanups by Gilles. (diff) | |
download | gentoo-2-262a0d2b19fd4a4dea51f8ceab48b78d9f1f7b9d.tar.gz gentoo-2-262a0d2b19fd4a4dea51f8ceab48b78d9f1f7b9d.tar.bz2 gentoo-2-262a0d2b19fd4a4dea51f8ceab48b78d9f1f7b9d.zip |
Support eapi4.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/autotools-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass index d88c6b03159b..c802b8ba08db 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-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/autotools-utils.eclass,v 1.7 2011/01/22 20:28:53 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.8 2011/01/31 14:09:01 scarabeus Exp $ # @ECLASS: autotools-utils.eclass # @MAINTAINER: @@ -83,7 +83,7 @@ # Keep variable names synced with cmake-utils and the other way around! case ${EAPI:-0} in - 2|3) ;; + 2|3|4) ;; *) die "EAPI=${EAPI} is not supported" ;; esac |