summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2017-07-27 09:49:13 -0400
committerBrian Evans <grknight@gentoo.org>2017-07-27 09:49:13 -0400
commit689f0d98e50d62f1186fe0667652097b5daada57 (patch)
tree66268e92f8f009aa27aa61b81168b071d0905463 /dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
parentgames-strategy/0ad-data: Removed old. (diff)
downloadgentoo-689f0d98e50d62f1186fe0667652097b5daada57.tar.gz
gentoo-689f0d98e50d62f1186fe0667652097b5daada57.tar.bz2
gentoo-689f0d98e50d62f1186fe0667652097b5daada57.zip
dev-php/pecl-ssh2: Upstream recommends libssh2 have -gcrypt
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild')
-rw-r--r--dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
index 28dc40b3371e..53f184049f81 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-1.1.1.ebuild
@@ -16,7 +16,8 @@ LICENSE="PHP-3.01"
SLOT="7"
IUSE=""
KEYWORDS="~amd64 ~x86"
-DEPEND=">=net-libs/libssh2-1.2"
+# Upstream notes say there are errors with gcrypt backend
+DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
RDEPEND="${DEPEND}
php_targets_php5-6? ( dev-php/pecl-ssh2:0[php_targets_php5-6] )"