From de09558667878b47fa5fe07ee093fa858c94d8f9 Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Sat, 30 May 2026 22:59:50 -0400 Subject: [PATCH] net-misc/tinyssh: Stabilize 20260401 amd64, #976373 Signed-off-by: Eli Schwartz --- net-misc/tinyssh/tinyssh-20260401.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/tinyssh/tinyssh-20260401.ebuild b/net-misc/tinyssh/tinyssh-20260401.ebuild index 77ab2410485cc..67d45e15b9590 100644 --- a/net-misc/tinyssh/tinyssh-20260401.ebuild +++ b/net-misc/tinyssh/tinyssh-20260401.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == "99999999" ]]; then EGIT_REPO_URI="https://github.com/janmojzis/tinyssh.git" else SRC_URI="https://github.com/janmojzis/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 arm64 x86" + KEYWORDS="amd64 arm64 x86" fi LICENSE="|| ( CC0-1.0 0BSD MIT-0 MIT )"