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-Crypt_GPG/
Date: Tue, 18 Aug 2020 22:43:27
Message-Id: 1597790451.654061cdc733d48dbfa0bbf6aca38835ea90d53f.whissi@gentoo
1 commit: 654061cdc733d48dbfa0bbf6aca38835ea90d53f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 18 22:40:51 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 22:40:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654061cd
7
8 dev-php/PEAR-Crypt_GPG: Restrict <dev-php/phpunit-6
9
10 Bug: https://bugs.gentoo.org/737640
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/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild | 2 +-
15 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild | 2 +-
16 dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
20 index dfc934dcbed..53f4edf909e 100644
21 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
22 +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.2.ebuild
23 @@ -20,7 +20,7 @@ RDEPEND="app-crypt/gnupg
24 dev-lang/php:*[posix,unicode]
25 dev-php/PEAR-Console_CommandLine
26 dev-php/PEAR-Exception"
27 -DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
28 +DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
29
30 S="${WORKDIR}/${MY_P}"
31
32
33 diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild
34 index 46eb948e97d..e0cea4ce1b0 100644
35 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild
36 +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.3.ebuild
37 @@ -20,7 +20,7 @@ RDEPEND="app-crypt/gnupg
38 dev-lang/php:*[posix,unicode]
39 dev-php/PEAR-Console_CommandLine
40 dev-php/PEAR-Exception"
41 -BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
42 +BDEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
43
44 S="${WORKDIR}/${MY_P}"
45
46
47 diff --git a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild
48 index 46eb948e97d..e0cea4ce1b0 100644
49 --- a/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild
50 +++ b/dev-php/PEAR-Crypt_GPG/PEAR-Crypt_GPG-1.6.4.ebuild
51 @@ -20,7 +20,7 @@ RDEPEND="app-crypt/gnupg
52 dev-lang/php:*[posix,unicode]
53 dev-php/PEAR-Console_CommandLine
54 dev-php/PEAR-Exception"
55 -BDEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
56 +BDEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )"
57
58 S="${WORKDIR}/${MY_P}"