diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-29 14:16:45 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-29 14:16:45 +0100 |
commit | 0e89e4395059fc5ce3f0d32e1e434b10dc15f526 (patch) | |
tree | e00f7a3f1e4440f62dff28808d34782c44950a10 /dev-php/pecl-radius | |
parent | dev-php/pecl-rrd: add PHP 7.4 support (diff) | |
download | gentoo-0e89e4395059fc5ce3f0d32e1e434b10dc15f526.tar.gz gentoo-0e89e4395059fc5ce3f0d32e1e434b10dc15f526.tar.bz2 gentoo-0e89e4395059fc5ce3f0d32e1e434b10dc15f526.zip |
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>
Diffstat (limited to 'dev-php/pecl-radius')
-rw-r--r-- | dev-php/pecl-radius/pecl-radius-1.4.0_beta1-r2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 12aaad4b9dd3..a18ff95d221c 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] ) " |