# 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:
# 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