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@gmail.com>
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Guillaume Seren
2020-08-18 21:46:44 +02:00
committed by Thomas Deutschmann
parent f640ec51ea
commit f00bd6c8ea

View File

@@ -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}"