From 2c9bc255946b98934826b2d2452e9cc2261c6ca1 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 24 Feb 2026 20:54:31 +0000 Subject: [PATCH] net-analyzer/wtfis: Stabilize 0.14.0 amd64, #969435 Signed-off-by: Sam James --- net-analyzer/wtfis/wtfis-0.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/wtfis/wtfis-0.14.0.ebuild b/net-analyzer/wtfis/wtfis-0.14.0.ebuild index 4e66d71a0f5ff..0c27bb71dff04 100644 --- a/net-analyzer/wtfis/wtfis-0.14.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.14.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"