dev-php/pecl-ssh2: sync live ebuild

Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39356
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Tomáš Mózes
2024-11-18 13:24:49 +00:00
committed by Sam James
parent 36606ef410
commit 4a6e88d360

View File

@@ -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"
LICENSE="PHP-3.01"
SLOT="7"
IUSE=""
KEYWORDS=""
DEPEND=">=net-libs/libssh2-1.2"
RDEPEND="${DEPEND}"
HOMEPAGE="https://pecl.php.net/package/ssh2"
LICENSE="PHP-3.01"
SLOT="0"
KEYWORDS=""
# Upstream notes say there are errors with gcrypt backend
DEPEND=">=net-libs/libssh2-1.2[-gcrypt]"
RDEPEND="${DEPEND}"