Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/awl/
Date: Mon, 30 Nov 2020 00:48:50
Message-Id: 1606697314.79885ae121e130be342757a21704051f330456cf.whissi@gentoo
1 commit: 79885ae121e130be342757a21704051f330456cf
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 00:44:01 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 00:48:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79885ae1
7
8 Revert "dev-php/awl: Restrict <dev-php/phpunit-6"
9
10 This reverts commit 9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d.
11
12 The workaround is no longer needed.
13
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 dev-php/awl/awl-0.61.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild
20 index 7cdc7c288e2..52ae69f3df6 100644
21 --- a/dev-php/awl/awl-0.61.ebuild
22 +++ b/dev-php/awl/awl-0.61.ebuild
23 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
24 IUSE="test"
25 RESTRICT="!test? ( test )"
26
27 -BDEPEND="test? ( <dev-php/phpunit-6 )"
28 +BDEPEND="test? ( dev-php/phpunit )"
29 RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
30
31 S="${WORKDIR}"