commit: f640ec51eac4e18a6942f2c8c5483a2c0f132db7 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com> AuthorDate: Tue Aug 18 19:42:23 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Aug 18 22:33:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f640ec51
dev-php/symfony-finder: Restrict <dev-php/phpunit-6 Closes: https://bugs.gentoo.org/737870 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com> Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-php/symfony-finder/symfony-finder-3.4.38.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-php/symfony-finder/symfony-finder-3.4.38.ebuild b/dev-php/symfony-finder/symfony-finder-3.4.38.ebuild index cf2ac3ad9a1..27459275efb 100644 --- a/dev-php/symfony-finder/symfony-finder-3.4.38.ebuild +++ b/dev-php/symfony-finder/symfony-finder-3.4.38.ebuild @@ -15,7 +15,7 @@ RESTRICT="!test? ( test )" RDEPEND="dev-lang/php:* dev-php/fedora-autoloader" -DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )" +DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )" S="${WORKDIR}/finder-${PV}"
