From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BFD5615813A for ; Sun, 19 Jan 2025 07:04:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43C42E08F5; Sun, 19 Jan 2025 07:04:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2D3ACE08F5 for ; Sun, 19 Jan 2025 07:04:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 706BB342F9A for ; Sun, 19 Jan 2025 07:04:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BEF942558 for ; Sun, 19 Jan 2025 07:04:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1737270258.8164498b8fc767d08761a0ecc83ae31711cec1b8.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-ssh2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild X-VCS-Directories: dev-php/pecl-ssh2/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 8164498b8fc767d08761a0ecc83ae31711cec1b8 X-VCS-Branch: master Date: Sun, 19 Jan 2025 07:04:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bfe66cf7-6902-41e6-8ec1-2ff1a847465e X-Archives-Hash: 51e02c7e45113a9f53fe8c277f47e61d commit: 8164498b8fc767d08761a0ecc83ae31711cec1b8 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Jan 19 07:04:18 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Jan 19 07:04:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8164498b dev-php/pecl-ssh2: Stabilize 1.4.1 amd64, #948378 Signed-off-by: Arthur Zamarin gentoo.org> dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 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 f5d84cb102d4..e6dce409900f 100644 --- a/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild +++ b/dev-php/pecl-ssh2/pecl-ssh2-1.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -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}"