Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/
Date: Thu, 27 Jul 2017 13:49:39
Message-Id: 1501163353.689f0d98e50d62f1186fe0667652097b5daada57.grknight@gentoo
1 commit: 689f0d98e50d62f1186fe0667652097b5daada57
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 27 13:49:13 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 27 13:49:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689f0d98
7
8 dev-php/pecl-ssh2: Upstream recommends libssh2 have -gcrypt
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild | 3 ++-
13 dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild | 3 ++-
14 2 files changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild
17 index ad10daaf227..1d3d6dcf1f0 100644
18 --- a/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild
19 +++ b/dev-php/pecl-ssh2/pecl-ssh2-0.13-r3.ebuild
20 @@ -16,7 +16,8 @@ LICENSE="PHP-3.01"
21 SLOT="0"
22 IUSE=""
23 KEYWORDS="~amd64 ~x86"
24 -DEPEND="net-libs/libssh2"
25 +# Upstream notes say there are errors with gcrypt backend
26 +DEPEND="net-libs/libssh2[-gcrypt]"
27 RDEPEND="${DEPEND}"
28 PDEPEND="php_targets_php7-0? ( dev-php/pecl-ssh2:7 )
29 php_targets_php7-1? ( dev-php/pecl-ssh2:7 )"
30
31 diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
32 index 28dc40b3371..53f184049f8 100644
33 --- a/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
34 +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
35 @@ -16,7 +16,8 @@ LICENSE="PHP-3.01"
36 SLOT="7"
37 IUSE=""
38 KEYWORDS="~amd64 ~x86"
39 -DEPEND=">=net-libs/libssh2-1.2"
40 +# Upstream notes say there are errors with gcrypt backend
41 +DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
42 RDEPEND="${DEPEND}
43 php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )"