commit:     326ac01a8f639567e4be04ac852a92dccf545f89
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 18 17:57:06 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Aug 18 17:57:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=326ac01a

dev-php/PEAR-Text_Wiki_Mediawiki: not compatible with >=PHPUnit-6

Closes: https://bugs.gentoo.org/737872
Package-Manager: Portage-3.0.3, Repoman-3.0.0
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 .../PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild                | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

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
index a83c1f9779e..ef46c5c3e25 100644
--- 
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
@@ -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
@@ -13,7 +13,10 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND=">=dev-php/PEAR-Text_Wiki-1.2.2_p20170904"
-DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
+DEPEND="test? (
+               ${RDEPEND}
+               <dev-php/phpunit-6
+       )"
 PATCHES=( "${FILESDIR}/0.2.0-constructor.patch" )
 
 src_test() {

Reply via email to