commit: f00bd6c8ea2aca1260b15498fbc46feafc083ca1 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com> AuthorDate: Tue Aug 18 19:46:44 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Tue Aug 18 22:33:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00bd6c8
dev-php/symfony-event-dispatcher: Restrict <dev-php/phpunit-6 Closes: https://bugs.gentoo.org/737850 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> .../symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild index 43e947bc112..933cb529d6e 100644 --- a/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild +++ b/dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -20,7 +20,7 @@ RDEPEND=" DEPEND=" test? ( ${RDEPEND} - dev-php/phpunit )" + <dev-php/phpunit-6 )" S="${WORKDIR}/event-dispatcher-${PV}"
