From d06b2b693bcf0ed09ed80dcf29525fabc41b6d86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 23 Nov 2024 18:21:17 +0100 Subject: [PATCH] net-misc/sshpass: Stabilize 1.10 amd64, #944646 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- net-misc/sshpass/sshpass-1.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/sshpass/sshpass-1.10.ebuild b/net-misc/sshpass/sshpass-1.10.ebuild index 5a5550a67d4e5..6856c6b7624b6 100644 --- a/net-misc/sshpass/sshpass-1.10.ebuild +++ b/net-misc/sshpass/sshpass-1.10.ebuild @@ -9,6 +9,6 @@ SRC_URI="https://downloads.sourceforge.net/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~x64-macos" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv ~x86 ~x64-macos" RDEPEND="virtual/openssh"