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-VersionControl_SVN/
Date: Wed, 19 Aug 2020 00:34:56
Message-Id: 1597797285.b4e5aca461252701619a00561cec5dfe596e6a04.whissi@gentoo
1 commit: b4e5aca461252701619a00561cec5dfe596e6a04
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 00:34:38 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 00:34:45 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4e5aca4
7
8 dev-php/PEAR-VersionControl_SVN: Restrict <dev-php/phpunit-6
9
10 Bug: https://bugs.gentoo.org/737854
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 .../PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild
18 index 87a974669e1..d1a06c8cfbf 100644
19 --- a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.ebuild
20 +++ b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2_p20180314.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,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
28 IUSE="test"
29 RESTRICT="!test? ( test )"
30 RDEPEND=""
31 -DEPEND="test? ( dev-vcs/subversion dev-php/phpunit )"
32 +DEPEND="test? ( dev-vcs/subversion <dev-php/phpunit-6 )"
33 S="${WORKDIR}/PEAR-${PHP_PEAR_PKG_NAME}-${PV}"
34
35 src_prepare() {