commit: 6b5a7167677273386f7eabf73007d7a138c3a7af Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com> AuthorDate: Tue Aug 18 19:50:04 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=6b5a7167
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 <AT> gmail.com> Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> dev-php/symfony-config/symfony-config-2.8.20.ebuild | 4 ++-- 1 file 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 9fe027e0622..0ec2d1882b6 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}"
