Skip to content

Commit

Permalink
dev-php/swoole-async: Fix build dependencies
Browse files Browse the repository at this point in the history
swoole-async needs a specific version of dev-php/swoole to compile and work
Revbump to ensure those using it get what is necessary

Closes: https://bugs.gentoo.org/705492
Signed-off-by: Brian Evans <[email protected]>
  • Loading branch information
Brian Evans committed Sep 29, 2021
1 parent 51c5c21 commit adda557
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand Down Expand Up @@ -26,7 +26,8 @@ SLOT="0"
# Tests will require pre-configured endpoint
RESTRICT="test"

DEPEND=">=dev-php/swoole-4.3"
# 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(-)?]"

RDEPEND="${DEPEND}"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"
Expand Down Expand Up @@ -26,7 +26,8 @@ SLOT="0"
# Tests will require pre-configured endpoint
RESTRICT="test"

DEPEND=">=dev-php/swoole-4.3"
# 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(-)?]"

RDEPEND="${DEPEND}"

Expand Down

0 comments on commit adda557

Please sign in to comment.