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-timezonedb/
Date: Thu, 28 Nov 2019 22:48:08
Message-Id: 1574981274.1f977e50cee3065e23355f49622edffce78abe24.whissi@gentoo
1 commit: 1f977e50cee3065e23355f49622edffce78abe24
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 22:45:53 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 22:47:54 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f977e50
7
8 dev-php/pecl-timezonedb: 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-timezonedb/pecl-timezonedb-2019.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-php/pecl-timezonedb/pecl-timezonedb-2019.3.ebuild b/dev-php/pecl-timezonedb/pecl-timezonedb-2019.3.ebuild
17 index 415e14ad0f0..94ab6de33e6 100644
18 --- a/dev-php/pecl-timezonedb/pecl-timezonedb-2019.3.ebuild
19 +++ b/dev-php/pecl-timezonedb/pecl-timezonedb-2019.3.ebuild
20 @@ -7,7 +7,7 @@ PHP_EXT_NAME="timezonedb"
21 PHP_EXT_INI="yes"
22 PHP_EXT_ZENDEXT="no"
23
24 -USE_PHP="php5-6 php7-1 php7-2 php7-3"
25 +USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
26
27 inherit php-ext-pecl-r3