diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2011-09-09 14:39:39 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2011-09-09 14:39:39 +0000 |
commit | 1c58798372ed0e42477167e5877101035bdc931d (patch) | |
tree | 08abaf180e950f1aeef6397bef0bb180e3342a18 | |
parent | Stable for HPPA (bug #376793). (diff) | |
download | historical-1c58798372ed0e42477167e5877101035bdc931d.tar.gz historical-1c58798372ed0e42477167e5877101035bdc931d.tar.bz2 historical-1c58798372ed0e42477167e5877101035bdc931d.zip |
Add support for eapi 4
-rw-r--r-- | eclass/php-ext-source-r2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-source-r2.eclass b/eclass/php-ext-source-r2.eclass index 40b666c4e78b..63082ae7a92e 100644 --- a/eclass/php-ext-source-r2.eclass +++ b/eclass/php-ext-source-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.16 2011/08/29 01:28:10 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source-r2.eclass,v 1.17 2011/09/09 14:39:39 olemarkus Exp $ # @ECLASS: php-ext-source-r2.eclass # @MAINTAINER: @@ -33,7 +33,7 @@ RDEPEND="" # Because of USE deps, we require at least EAPI 2 case ${EAPI} in - 2|3) ;; + 2|3|4) ;; *) die "php-ext-source-r2 is not compatible with EAPI=${EAPI}" esac |