Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-uuid/
Date: Fri, 29 Nov 2019 13:34:31
Message-Id: 1575031897.1551d6c100570bae8a8b0b9af5340fefbb16e428.whissi@gentoo
1 commit: 1551d6c100570bae8a8b0b9af5340fefbb16e428
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 12:51:37 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 12:51:37 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1551d6c1
7
8 dev-php/pecl-uuid: add PHP 7.4 support
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 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
17 index 9a414430df3..30a210cc37e 100644
18 --- a/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild
19 +++ b/dev-php/pecl-uuid/pecl-uuid-1.0.4-r2.ebuild
20 @@ -1,14 +1,14 @@
21 # Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="6"
25 +EAPI="7"
26
27 PHP_EXT_NAME="uuid"
28 PHP_EXT_INIT="yes"
29 PHP_EXT_ZENDEXT="no"
30 DOCS=( CREDITS )
31
32 -USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3"
33 +USE_PHP="php5-6 php7-0 php7-1 php7-2 php7-3 php7-4"
34
35 inherit php-ext-pecl-r3