diff options
author | Brian Evans <grknight@gentoo.org> | 2020-12-10 11:54:42 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-12-10 11:54:42 -0500 |
commit | 6835f94075b2bd11de41f23e13e8a7b437573abe (patch) | |
tree | d40a27ac0aabeccf1784037536614aca5124538f /dev-php | |
parent | dev-libs/liberasurecode: 1.6.2 stable amd64/x86 (diff) | |
download | gentoo-6835f94075b2bd11de41f23e13e8a7b437573abe.tar.gz gentoo-6835f94075b2bd11de41f23e13e8a7b437573abe.tar.bz2 gentoo-6835f94075b2bd11de41f23e13e8a7b437573abe.zip |
dev-php/pecl-apcu_bc: Drop 7.1 target; Update deps for unknown targets
Help portage know that a missing target is considered off
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-apcu_bc/pecl-apcu_bc-1.0.5.ebuild | 6 |
1 files changed, 3 insertions, 3 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 79ea5781e4d9..2ac07f3f2d20 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 @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -10,7 +10,7 @@ PHP_EXT_ZENDEXT="no" PHP_EXT_EXTRA_ECONF="" DOCS=( README.md ) -USE_PHP="php7-1 php7-2 php7-3 php7-4" +USE_PHP="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-5.1.18:7[php_targets_php7-1?,php_targets_php7-2?,php_targets_php7-3?,php_targets_php7-4?]" +DEPEND=">=dev-php/pecl-apcu-5.1.18:7[php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?]" RDEPEND="${DEPEND}" src_test() { |