Skip to content

Commit

Permalink
dev-php/pecl-parallel: bump 1.1.4
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Conrad Kostecki <[email protected]>
  • Loading branch information
jkroonza authored and ConiKost committed Oct 26, 2022
1 parent e909e87 commit a4b53e1
Showing 1 changed file with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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} )"

0 comments on commit a4b53e1

Please sign in to comment.