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

index 042a510621e4c44731a234595fcb3360974f9366..192a06e95b05e34ec3391a14e143011c608777f2 100644 (file)
@@ -1,13 +1,13 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 PHP_EXT_NAME="lzf"
 PHP_EXT_PECL_PKG="LZF"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-6 php7-1 php7-2 php7-3"
+USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
 
 inherit php-ext-pecl-r3