diff options
author | 2025-01-19 09:04:19 +0200 | |
---|---|---|
committer | 2025-01-19 09:04:19 +0200 | |
commit | e4e4f3fcba76d83d004a6a49f3ee753eef9a4af5 (patch) | |
tree | 6bbd64d80ddcb9074f2d194a2bbc8dffdd1a7aa1 /dev-php | |
parent | dev-php/pecl-ssh2: Stabilize 1.4.1 amd64, #948378 (diff) | |
download | gentoo-e4e4f3fcba76d83d004a6a49f3ee753eef9a4af5.tar.gz gentoo-e4e4f3fcba76d83d004a6a49f3ee753eef9a4af5.tar.bz2 gentoo-e4e4f3fcba76d83d004a6a49f3ee753eef9a4af5.zip |
dev-php/pecl-ssh2: Stabilize 1.4.1 x86, #948378
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild index e6dce409900f..af6d86acf72a 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="PHP bindings for the libssh2 library" HOMEPAGE="https://pecl.php.net/package/ssh2" LICENSE="PHP-3.01" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" # Upstream notes say there are errors with gcrypt backend DEPEND=">=net-libs/libssh2-1.2[-gcrypt]" RDEPEND="${DEPEND}" |