diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-29 13:34:11 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-29 13:34:11 +0100 |
commit | dcafc4f2035b34854a2937369ff814aa6001c163 (patch) | |
tree | 3cfda7fd1455d5d37a84890fbc5fbb4205987f0c /dev-php/pecl-yaz | |
parent | dev-php/pecl-mongodb: add php 7.4 support (diff) | |
download | gentoo-dcafc4f2035b34854a2937369ff814aa6001c163.tar.gz gentoo-dcafc4f2035b34854a2937369ff814aa6001c163.tar.bz2 gentoo-dcafc4f2035b34854a2937369ff814aa6001c163.zip |
dev-php/pecl-yaz: add PHP 7.4 support
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-php/pecl-yaz')
-rw-r--r-- | dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild b/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild index 5a052101b9a0..9f0cd35777ae 100644 --- a/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild +++ b/dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PHP_EXT_NAME="yaz" PHP_EXT_INI="yes" PHP_EXT_ZENDEXT="no" DOCS=( README ) -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3" +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4" inherit php-ext-pecl-r3 |