mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user