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-event/
Date: Thu, 28 Nov 2019 22:48:06
Message-Id: 1574981269.bffc17d1ccd4e6b274e93584f5bbd0bdfc1b24df.whissi@gentoo
1 commit: bffc17d1ccd4e6b274e93584f5bbd0bdfc1b24df
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 28 22:12:38 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 28 22:47:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffc17d1
7
8 dev-php/pecl-event: 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-event/pecl-event-2.5.3.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/pecl-event/pecl-event-2.5.3.ebuild b/dev-php/pecl-event/pecl-event-2.5.3.ebuild
17 index 2c5099e330a..58c7b228d6a 100644
18 --- a/dev-php/pecl-event/pecl-event-2.5.3.ebuild
19 +++ b/dev-php/pecl-event/pecl-event-2.5.3.ebuild
20 @@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
21 PHP_EXT_ZENDEXT="no"
22 DOCS=( README.md )
23
24 -USE_PHP="php7-1 php7-2 php7-3"
25 +USE_PHP="php7-1 php7-2 php7-3 php7-4"
26
27 inherit php-ext-pecl-r3
28
29 @@ -26,7 +26,8 @@ DEPEND="
30 )
31 php_targets_php7-1? ( dev-lang/php:7.1[sockets?] )
32 php_targets_php7-2? ( dev-lang/php:7.2[sockets?] )
33 - php_targets_php7-3? ( dev-lang/php:7.3[sockets?] )"
34 + php_targets_php7-3? ( dev-lang/php:7.3[sockets?] )
35 + php_targets_php7-4? ( dev-lang/php:7.4[sockets?] )"
36
37 RDEPEND="
38 ${DEPEND}