Add support for eapi 4
authorOle Markus With <olemarkus@gentoo.org>
Fri, 9 Sep 2011 14:39:39 +0000 (14:39 +0000)
committerOle Markus With <olemarkus@gentoo.org>
Fri, 9 Sep 2011 14:39:39 +0000 (14:39 +0000)
eclass/php-ext-source-r2.eclass

index 40b666c4e78b70082dfef999cebdd349cc7fa1e0..63082ae7a92e6b4cbda4be3f7bfe2370edfb5495 100644 (file)
@@ -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