diff options
author | 2010-07-20 09:49:45 +0000 | |
---|---|---|
committer | 2010-07-20 09:49:45 +0000 | |
commit | 197e3263536c940eaaada03979a274340452aef2 (patch) | |
tree | 157a3e6f5571591c51243c71eb879e7e5b3acf0e /eclass | |
parent | Get C++ headers from active gcc version, bug #327575 (diff) | |
download | historical-197e3263536c940eaaada03979a274340452aef2.tar.gz historical-197e3263536c940eaaada03979a274340452aef2.tar.bz2 historical-197e3263536c940eaaada03979a274340452aef2.zip |
Do not mark EAPI=4 as compatible yet
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 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 |