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: Tue, 18 Aug 2020 22:37:21
Message-Id: 1597790229.9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d.whissi@gentoo
1 commit: 9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 22:37:09 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 22:37:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc9d199
7
8 dev-php/awl: Restrict <dev-php/phpunit-6
9
10 Closes: https://bugs.gentoo.org/737852
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-php/awl/awl-0.61.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild
18 index 52ae69f3df6..7cdc7c288e2 100644
19 --- a/dev-php/awl/awl-0.61.ebuild
20 +++ b/dev-php/awl/awl-0.61.ebuild
21 @@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
22 IUSE="test"
23 RESTRICT="!test? ( test )"
24
25 -BDEPEND="test? ( dev-php/phpunit )"
26 +BDEPEND="test? ( <dev-php/phpunit-6 )"
27 RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
28
29 S="${WORKDIR}"