diff options
author | Guillaume Seren <guillaumeseren@gmail.com> | 2020-08-18 21:50:04 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-08-19 00:33:46 +0200 |
commit | 6b5a7167677273386f7eabf73007d7a138c3a7af (patch) | |
tree | c5e51e9a4f55fe8362ca4bb170df4057b400f794 /dev-php | |
parent | dev-php/symfony-event-dispatcher: Restrict <dev-php/phpunit-6 (diff) | |
download | gentoo-6b5a7167677273386f7eabf73007d7a138c3a7af.tar.gz gentoo-6b5a7167677273386f7eabf73007d7a138c3a7af.tar.bz2 gentoo-6b5a7167677273386f7eabf73007d7a138c3a7af.zip |
dev-php/symfony-config: Restrict <dev-php/phpunit-6
Closes: https://bugs.gentoo.org/737846
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')
-rw-r--r-- | dev-php/symfony-config/symfony-config-2.8.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/symfony-config/symfony-config-2.8.20.ebuild b/dev-php/symfony-config/symfony-config-2.8.20.ebuild index 9fe027e06223..0ec2d1882b68 100644 --- a/dev-php/symfony-config/symfony-config-2.8.20.ebuild +++ b/dev-php/symfony-config/symfony-config-2.8.20.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 @@ -18,7 +18,7 @@ RDEPEND=" dev-lang/php:* dev-php/fedora-autoloader dev-php/symfony-filesystem" -DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )" +DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )" S="${WORKDIR}/config-${PV}" |