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

index 9a414430df3747f2e035569d84c4185d9b6be765..30a210cc37e167e9916fe3580ba9dee4de812776 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="uuid"
 PHP_EXT_INIT="yes"
 PHP_EXT_ZENDEXT="no"
 DOCS=( CREDITS )
 
-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