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/PEAR-Text_Wiki_Mediawiki/
Date: Tue, 18 Aug 2020 17:57:30
Message-Id: 1597773441.326ac01a8f639567e4be04ac852a92dccf545f89.whissi@gentoo
1 commit: 326ac01a8f639567e4be04ac852a92dccf545f89
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 17:57:06 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 17:57:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326ac01a
7
8 dev-php/PEAR-Text_Wiki_Mediawiki: not compatible with >=PHPUnit-6
9
10 Closes: https://bugs.gentoo.org/737872
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 .../PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild | 7 +++++--
15 1 file changed, 5 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild b/dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild
18 index a83c1f9779e..ef46c5c3e25 100644
19 --- a/dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild
20 +++ b/dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -13,7 +13,10 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
28 IUSE="test"
29 RESTRICT="!test? ( test )"
30 RDEPEND=">=dev-php/PEAR-Text_Wiki-1.2.2_p20170904"
31 -DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
32 +DEPEND="test? (
33 + ${RDEPEND}
34 + <dev-php/phpunit-6
35 + )"
36 PATCHES=( "${FILESDIR}/0.2.0-constructor.patch" )
37
38 src_test() {