summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-19 00:37:09 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-19 00:37:09 +0200
commit9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d (patch)
tree5c91ae96a308fabd30aa4d25c159a68aa2ea0312 /dev-php
parentdev-php/php-redmine-api: Restrict <dev-php/phpunit-6 (diff)
downloadgentoo-9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d.tar.gz
gentoo-9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d.tar.bz2
gentoo-9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d.zip
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@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/awl/awl-0.61.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/awl/awl-0.61.ebuild b/dev-php/awl/awl-0.61.ebuild
index 52ae69f3df6a..7cdc7c288e25 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}"