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-radius/
Date: Fri, 29 Nov 2019 13:34:31
Message-Id: 1575033405.0e89e4395059fc5ce3f0d32e1e434b10dc15f526.whissi@gentoo
1 commit: 0e89e4395059fc5ce3f0d32e1e434b10dc15f526
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 29 13:16:45 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 29 13:16:45 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e89e439
7
8 dev-php/pecl-radius: 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-radius/pecl-radius-1.4.0_beta1-r2.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
17 index 12aaad4b9dd..a18ff95d221 100644
18 --- a/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
19 +++ b/dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild
20 @@ -7,7 +7,7 @@ PHP_EXT_NAME="radius"
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 PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
27 PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
28
29 @@ -27,4 +27,5 @@ RDEPEND="
30 php_targets_php7-1? ( dev-lang/php:7.1[pcntl,sockets] )
31 php_targets_php7-2? ( dev-lang/php:7.2[pcntl,sockets] )
32 php_targets_php7-3? ( dev-lang/php:7.3[pcntl,sockets] )
33 + php_targets_php7-4? ( dev-lang/php:7.3[pcntl,sockets] )
34 "