commit:     4a6e88d360168e00e8fb300ca2cf85a6b1724eb7
Author:     Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Mon Nov 18 13:24:49 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Nov 25 00:01:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a6e88d3

dev-php/pecl-ssh2: sync live ebuild

Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39356
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild 
b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild
index 3a5b4f3cb3ba..2e15a59f37c7 100644
--- a/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild
+++ b/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild
@@ -1,20 +1,20 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
 
 PHP_EXT_NAME="ssh2"
 
-USE_PHP="php8-1 php8-2"
+USE_PHP="php8-2 php8-3"
 EGIT_REPO_URI="https://github.com/php/pecl-networking-ssh2.git";
 
 inherit php-ext-source-r3 git-r3
 
 DESCRIPTION="PHP bindings for the libssh2 library"
+HOMEPAGE="https://pecl.php.net/package/ssh2";
 LICENSE="PHP-3.01"
-SLOT="7"
-IUSE=""
+SLOT="0"
 KEYWORDS=""
-DEPEND=">=net-libs/libssh2-1.2"
+# Upstream notes say there are errors with gcrypt backend
+DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
 RDEPEND="${DEPEND}"
-HOMEPAGE="https://pecl.php.net/package/ssh2";

Reply via email to