Diff pecl-ssh2-1.3.1-r1 with a pecl-ssh2-9999

/usr/portage/dev-php/pecl-ssh2/pecl-ssh2-9999.ebuild 2023-10-09 14:52:30.236368369 +0300
6 6
PHP_EXT_NAME="ssh2"
7 7

  
8 8
USE_PHP="php8-0 php8-1 php8-2"
9
EGIT_REPO_URI="https://github.com/php/pecl-networking-ssh2.git"
9 10

  
10
inherit php-ext-pecl-r3
11
inherit php-ext-source-r3 git-r3
11 12

  
12 13
DESCRIPTION="PHP bindings for the libssh2 library"
13 14
LICENSE="PHP-3.01"
14 15
SLOT="7"
15 16
IUSE=""
16
KEYWORDS="amd64 x86"
17
# Upstream notes say there are errors with gcrypt backend
18
DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
17
KEYWORDS=""
18
DEPEND=">=net-libs/libssh2-1.2"
19 19
RDEPEND="${DEPEND}"
20
HOMEPAGE="https://pecl.php.net/package/ssh2"
Thank you!