commit: 9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Tue Aug 18 22:37:09 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Aug 18 22:37:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc9d199
dev-php/awl: Restrict <dev-php/phpunit-6 Closes: https://bugs.gentoo.org/737852 Package-Manager: Portage-3.0.3, Repoman-3.0.0 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 52ae69f3df6..7cdc7c288e2 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 )" +BDEPEND="test? ( <dev-php/phpunit-6 )" RDEPEND="dev-lang/php:*[pdo,postgres,xml]" S="${WORKDIR}"