Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/symfony-config/
Date: Tue, 18 Aug 2020 22:34:16
Message-Id: 1597790026.6b5a7167677273386f7eabf73007d7a138c3a7af.whissi@gentoo
1 commit: 6b5a7167677273386f7eabf73007d7a138c3a7af
2 Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com>
3 AuthorDate: Tue Aug 18 19:50:04 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 22:33:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5a7167
7
8 dev-php/symfony-config: Restrict <dev-php/phpunit-6
9
10 Closes: https://bugs.gentoo.org/737846
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com>
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 dev-php/symfony-config/symfony-config-2.8.20.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-php/symfony-config/symfony-config-2.8.20.ebuild b/dev-php/symfony-config/symfony-config-2.8.20.ebuild
19 index 9fe027e0622..0ec2d1882b6 100644
20 --- a/dev-php/symfony-config/symfony-config-2.8.20.ebuild
21 +++ b/dev-php/symfony-config/symfony-config-2.8.20.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -18,7 +18,7 @@ RDEPEND="
29 dev-lang/php:*
30 dev-php/fedora-autoloader
31 dev-php/symfony-filesystem"
32 -DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-5.7.15 )"
33 +DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
34
35 S="${WORKDIR}/config-${PV}"