From f2c944e410ee99c7d2ddb085699c6dbb1e257e79 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 22 Jun 2026 05:11:49 +0100 Subject: [PATCH] net-analyzer/wtfis: Stabilize 0.15.0 amd64, #977858 Signed-off-by: Sam James --- net-analyzer/wtfis/wtfis-0.15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/wtfis/wtfis-0.15.0.ebuild b/net-analyzer/wtfis/wtfis-0.15.0.ebuild index 7004e258256a7..5b31c5d70d266 100644 --- a/net-analyzer/wtfis/wtfis-0.15.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.15.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = "9999" ]]; then EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git" else SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="~amd64 ~loong x86" + KEYWORDS="amd64 ~loong x86" fi LICENSE="MIT"