diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-30 01:44:01 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-30 01:48:34 +0100 |
commit | 79885ae121e130be342757a21704051f330456cf (patch) | |
tree | 2db6aa7f0fb5f2a41d4984533ec58db26eaa3aec /dev-php | |
parent | dev-python/wand: bump to 0.6.5 (diff) | |
download | gentoo-79885ae121e130be342757a21704051f330456cf.tar.gz gentoo-79885ae121e130be342757a21704051f330456cf.tar.bz2 gentoo-79885ae121e130be342757a21704051f330456cf.zip |
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@gentoo.org>
Diffstat (limited to 'dev-php')
-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 7cdc7c288e25..52ae69f3df6a 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}" |