From 1c58798372ed0e42477167e5877101035bdc931d Mon Sep 17 00:00:00 2001 From: Ole Markus With Date: Fri, 9 Sep 2011 14:39:39 +0000 Subject: [PATCH] Add support for eapi 4 --- eclass/php-ext-source-r2.eclass | 4 ++-- 1 file 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 -- 2.26.2