summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-08-18 19:57:06 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-08-18 19:57:21 +0200
commit326ac01a8f639567e4be04ac852a92dccf545f89 (patch)
treee59ccffd33f570831231a77ae6a6caf2811c7626 /dev-php/PEAR-Text_Wiki_Mediawiki
parentkde-plasma/plasma-desktop: Fix Fonts KCM w/ >=KF-5.68 (diff)
downloadgentoo-326ac01a8f639567e4be04ac852a92dccf545f89.tar.gz
gentoo-326ac01a8f639567e4be04ac852a92dccf545f89.tar.bz2
gentoo-326ac01a8f639567e4be04ac852a92dccf545f89.zip
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@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-Text_Wiki_Mediawiki')
-rw-r--r--dev-php/PEAR-Text_Wiki_Mediawiki/PEAR-Text_Wiki_Mediawiki-0.2.0_p20140604.ebuild7
1 files 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 a83c1f9779ec..ef46c5c3e253 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() {