diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-17 10:11:28 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-17 10:11:28 -0400 |
commit | 6f8752b4674cc325200a8ae4f61a2d4e7cdc1041 (patch) | |
tree | 947c85924f508cc62dee65f7664112ab2db2f261 /dev-php | |
parent | media-sound/abcmidi: removed obsolete 2022.01.28 (diff) | |
download | gentoo-6f8752b4674cc325200a8ae4f61a2d4e7cdc1041.tar.gz gentoo-6f8752b4674cc325200a8ae4f61a2d4e7cdc1041.tar.bz2 gentoo-6f8752b4674cc325200a8ae4f61a2d4e7cdc1041.zip |
dev-php/swoole-async: Update targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild index aa4fbdf97a3a..7e3dc9689a29 100644 --- a/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild +++ b/dev-php/swoole-async/swoole-async-4.4.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -9,7 +9,7 @@ PHP_EXT_ZENDEXT="no" PHP_EXT_SAPIS="cli" DOCS=( README.md ) -USE_PHP="php7-1 php7-2 php7-3 php7-4" +USE_PHP="php7-4" inherit php-ext-pecl-r3 @@ -27,7 +27,7 @@ SLOT="0" RESTRICT="test" # This will only compile with the same version of dev-php/swoole -DEPEND="~dev-php/swoole-${PV}[php_targets_php7-1(-)?,php_targets_php7-2(-)?,php_targets_php7-3(-)?,php_targets_php7-4(-)?]" +DEPEND="~dev-php/swoole-${PV}[php_targets_php7-4(-)?]" RDEPEND="${DEPEND}" |