summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2019-11-29 13:51:37 +0100
committerThomas Deutschmann <whissi@gentoo.org>2019-11-29 13:51:37 +0100
commit1551d6c100570bae8a8b0b9af5340fefbb16e428 (patch)
tree2a58025c64c3c4509066ffc9309b8dacdcc7ab1a /dev-php
parentdev-php/pecl-xdiff: add PHP 7.4 support (diff)
downloadgentoo-1551d6c100570bae8a8b0b9af5340fefbb16e428.tar.gz
gentoo-1551d6c100570bae8a8b0b9af5340fefbb16e428.tar.bz2
gentoo-1551d6c100570bae8a8b0b9af5340fefbb16e428.zip
dev-php/pecl-uuid: 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')
-rw-r--r--dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild
index 9a414430df37..30a210cc37e1 100644
--- a/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild
+++ b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.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="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