mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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] )
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user