diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-28 23:05:54 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-11-28 23:47:45 +0100 |
commit | c0190e45d0b0921b8c1c9fe4ffdb792580f47e06 (patch) | |
tree | db4e0447973edb92c319a54e7d7d7430c4d14614 /dev-php/pecl-apcu_bc | |
parent | sys-fs/lvm2: partial revert of 2161b3a104c9a5664131b9297766db0538e7464e (diff) | |
download | gentoo-c0190e45d0b0921b8c1c9fe4ffdb792580f47e06.tar.gz gentoo-c0190e45d0b0921b8c1c9fe4ffdb792580f47e06.tar.bz2 gentoo-c0190e45d0b0921b8c1c9fe4ffdb792580f47e06.zip |
dev-php/pecl-apcu_bc: 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-apcu_bc')
-rw-r--r-- | dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild index 2e08b7e24a57..1147232f483f 100644 --- a/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild +++ b/dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild @@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no" PHP_EXT_EXTRA_ECONF="" 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 multilib @@ -21,7 +21,7 @@ LICENSE="PHP-3.01" SLOT="0" IUSE="" -DEPEND="dev-php/pecl-apcu:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?]" +DEPEND="dev-php/pecl-apcu:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?]" RDEPEND="${DEPEND}" src_test() { |