mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-php/pecl-event: 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:
@@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
|
||||
PHP_EXT_ZENDEXT="no"
|
||||
DOCS=( README.md )
|
||||
|
||||
USE_PHP="php7-1 php7-2 php7-3"
|
||||
USE_PHP="php7-1 php7-2 php7-3 php7-4"
|
||||
|
||||
inherit php-ext-pecl-r3
|
||||
|
||||
@@ -26,7 +26,8 @@ DEPEND="
|
||||
)
|
||||
php_targets_php7-1? ( dev-lang/php:7.1[sockets?] )
|
||||
php_targets_php7-2? ( dev-lang/php:7.2[sockets?] )
|
||||
php_targets_php7-3? ( dev-lang/php:7.3[sockets?] )"
|
||||
php_targets_php7-3? ( dev-lang/php:7.3[sockets?] )
|
||||
php_targets_php7-4? ( dev-lang/php:7.4[sockets?] )"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
|
||||
Reference in New Issue
Block a user