From 27347a47efbedb636c39094a39692017eebf0a1d Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 13 Sep 2025 09:07:06 +0100 Subject: [PATCH] net-analyzer/wtfis: Stabilize 0.13.0 amd64, #962691 Signed-off-by: Sam James --- net-analyzer/wtfis/wtfis-0.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/wtfis/wtfis-0.13.0.ebuild b/net-analyzer/wtfis/wtfis-0.13.0.ebuild index 32d7644a96568..28541bd536681 100644 --- a/net-analyzer/wtfis/wtfis-0.13.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.13.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"