diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2010-07-20 09:49:45 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2010-07-20 09:49:45 +0000 |
commit | 798d27dec7518ec5ce9b2654d5a258c9bd9123b0 (patch) | |
tree | 7b18d2fe61ad967abae983e8027bb07dff4bb6de /eclass/autotools-utils.eclass | |
parent | Get C++ headers from active gcc version, bug #327575 (diff) | |
download | gentoo-2-798d27dec7518ec5ce9b2654d5a258c9bd9123b0.tar.gz gentoo-2-798d27dec7518ec5ce9b2654d5a258c9bd9123b0.tar.bz2 gentoo-2-798d27dec7518ec5ce9b2654d5a258c9bd9123b0.zip |
Do not mark EAPI=4 as compatible yet
Diffstat (limited to 'eclass/autotools-utils.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 519a0acb914c..502b834e4a6e 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.2 2010/07/19 16:15:14 reavertm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.3 2010/07/20 09:49:45 reavertm 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|4) ;; + 2|3) ;; *) die "EAPI=${EAPI} is not supported" ;; esac |