dev-php/pecl-yaz: add PHP 7.4 support
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 29 Nov 2019 12:34:11 +0000 (13:34 +0100)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 29 Nov 2019 12:34:11 +0000 (13:34 +0100)
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
dev-php/pecl-yaz/pecl-yaz-1.2.3.ebuild

index 5a052101b9a094a5de5c1673462795aa3a8e0f39..9f0cd35777ae6faba4e1191d49377071a9fe28b6 100644 (file)
@@ -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