diff options
-rw-r--r-- | dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r4.ebuild (renamed from dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r3.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r3.ebuild b/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r4.ebuild index e920c431f35b..f1fc95eb11b2 100644 --- a/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r3.ebuild +++ b/dev-php/pecl-xdiff/pecl-xdiff-1.5.2-r4.ebuild @@ -1,25 +1,22 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PHP_EXT_NAME="xdiff" PHP_EXT_PECL_PKG="xdiff" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" DOCS="README.API" -USE_PHP="php5-6 php5-4 php5-5" +USE_PHP="php5-6" -inherit php-ext-pecl-r2 +inherit php-ext-pecl-r3 KEYWORDS="~x86 ~amd64" DESCRIPTION="PHP extension for generating diff files" LICENSE="PHP-3.01" SLOT="0" -IUSE="" DEPEND="dev-libs/libxdiff" RDEPEND="${DEPEND}" |