From e15fb876eefe0894da6a7141a58c6549abd15df3 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 31 Jan 2023 05:56:10 +0000 Subject: [PATCH] net-analyzer/wtfis: Stabilize 0.5.1 amd64, #892661 Signed-off-by: Sam James --- net-analyzer/wtfis/wtfis-0.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild b/net-analyzer/wtfis/wtfis-0.5.1.ebuild index d3af053ab8f16..98a16230fa105 100644 --- a/net-analyzer/wtfis/wtfis-0.5.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.5.1.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"