diff options
author | Guillaume Seren <guillaumeseren@gmail.com> | 2020-08-18 21:46:44 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-19 00:33:46 +0200 |
commit | f00bd6c8ea2aca1260b15498fbc46feafc083ca1 (patch) | |
tree | d431fa0de9c9f6424f7ed1eda32a5ab98b54d832 /dev-php/symfony-event-dispatcher | |
parent | dev-php/symfony-finder: Restrict <dev-php/phpunit-6 (diff) | |
download | gentoo-f00bd6c8ea2aca1260b15498fbc46feafc083ca1.tar.gz gentoo-f00bd6c8ea2aca1260b15498fbc46feafc083ca1.tar.bz2 gentoo-f00bd6c8ea2aca1260b15498fbc46feafc083ca1.zip |
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>
Diffstat (limited to 'dev-php/symfony-event-dispatcher')
-rw-r--r-- | dev-php/symfony-event-dispatcher/symfony-event-dispatcher-2.8.50.ebuild | 4 |
1 files 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 43e947bc1128..933cb529d6e9 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}" |