commit:     a4b53e1afca25080abec7c37344e052d5ce86c6e
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Mon Oct 24 07:25:53 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Oct 26 19:47:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b53e1a

dev-php/pecl-parallel: bump 1.1.4

Move to EAPI=8.
Fix test failures (php7.3 support removed, as far as I can tell these
failing tests were due to issues in the way php7.3 handled the testing).

Closes: https://bugs.gentoo.org/815124

Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 ...allel-1.1.4.ebuild => pecl-parallel-1.1.4-r1.ebuild} | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

diff --git a/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild 
b/dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
similarity index 52%
rename from dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild
rename to dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
index 5d0e7fc04b47..64ba94830ab9 100644
--- a/dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild
+++ b/dev-php/pecl-parallel/pecl-parallel-1.1.4-r1.ebuild
@@ -1,13 +1,15 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 PHP_EXT_NAME="parallel"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
+PHP_EXT_NEEDED_USE="threads"
 
-USE_PHP="php7-3 php7-4"
+USE_PHP="php7-4"
+SLOT="7"
 
 inherit php-ext-pecl-r3
 
@@ -17,12 +19,3 @@ KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="A succint parallel concurrency API for PHP"
 LICENSE="PHP-3.01"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       php_targets_php7-3? ( dev-lang/php:7.3[threads] )
-       php_targets_php7-4? ( dev-lang/php:7.4[threads] )
-"
-DEPEND="test? ( ${RDEPEND} )"

Reply via email to