diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-19 00:37:09 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-19 00:37:09 +0200 |
commit | 9cc9d19904f64c7c95d446f3c2f22b1d1150fa1d (patch) | |
tree | 5c91ae96a308fabd30aa4d25c159a68aa2ea0312 /dev-php/awl | |
parent | dev-php/php-redmine-api: Restrict <dev-php/phpunit-6 (diff) | |
download | gentoo-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/awl')
-rw-r--r-- | dev-php/awl/awl-0.61.ebuild | 2 |
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}" |