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/phptal/
Date: Wed, 19 Aug 2020 00:47:15
Message-Id: 1597798024.1deabc739b3b7c493b9ec17be2a7f35ab087296a.whissi@gentoo
1 commit: 1deabc739b3b7c493b9ec17be2a7f35ab087296a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 19 00:47:04 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 19 00:47:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1deabc73
7
8 dev-php/phptal: Restrict <dev-php/phpunit-6
9
10 Bug: https://bugs.gentoo.org/737842
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-php/phptal/phptal-1.3.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-php/phptal/phptal-1.3.1.ebuild b/dev-php/phptal/phptal-1.3.1.ebuild
18 index 041baa9a91d..852ecd7ec34 100644
19 --- a/dev-php/phptal/phptal-1.3.1.ebuild
20 +++ b/dev-php/phptal/phptal-1.3.1.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 @@ -16,7 +16,7 @@ IUSE="test"
28 RESTRICT="!test? ( test )"
29
30 RDEPEND="dev-lang/php:*"
31 -DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
32 +DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
33
34 S="${WORKDIR}/${PHP_LIB_NAME}-${PV}"