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@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2019-11-29 14:16:45 +01:00
parent c835d8e03a
commit 0e89e43950

View File

@@ -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] )
"