commit: 0e89e4395059fc5ce3f0d32e1e434b10dc15f526
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 29 13:16:45 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 13:16:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e89e439
dev-php/pecl-radius: add PHP 7.4 support
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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
index 12aaad4b9dd..a18ff95d221 100644
--- 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
@@ -7,7 +7,7 @@ PHP_EXT_NAME="radius"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-6 php7-1 php7-2 php7-3"
+USE_PHP="php5-6 php7-1 php7-2 php7-3 php7-4"
PHP_EXT_PECL_FILENAME="${PN/pecl-/}-${PV/_beta/b}.tgz"
PHP_EXT_S="${WORKDIR}/${PHP_EXT_PECL_FILENAME%.tgz}"
@@ -27,4 +27,5 @@ RDEPEND="
php_targets_php7-1? ( dev-lang/php:7.1[pcntl,sockets] )
php_targets_php7-2? ( dev-lang/php:7.2[pcntl,sockets] )
php_targets_php7-3? ( dev-lang/php:7.3[pcntl,sockets] )
+ php_targets_php7-4? ( dev-lang/php:7.3[pcntl,sockets] )
"