commit: 79885ae121e130be342757a21704051f330456cf
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 30 00:44:01 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Nov 30 00:48:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79885ae1
Revert "dev-php/awl: Restrict <dev-php/phpunit-6"
This reverts commit 9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d.
The workaround is no longer needed.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
dev-php/awl/awl-0.61.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild
index 7cdc7c288e2..52ae69f3df6 100644
--- a/dev-php/awl/awl-0.61.ebuild
+++ b/dev-php/awl/awl-0.61.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
-BDEPEND="test? ( <dev-php/phpunit-6 )"
+BDEPEND="test? ( dev-php/phpunit )"
RDEPEND="dev-lang/php:*[pdo,postgres,xml]"
S="${WORKDIR}"