Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wtfis/
Date: Tue, 31 Jan 2023 05:56:31
Message-Id: 1675144570.e15fb876eefe0894da6a7141a58c6549abd15df3.sam@gentoo
1 commit: e15fb876eefe0894da6a7141a58c6549abd15df3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 05:56:10 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 05:56:10 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e15fb876
7
8 net-analyzer/wtfis: Stabilize 0.5.1 amd64, #892661
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/wtfis/wtfis-0.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
16 index d3af053ab8f1..98a16230fa10 100644
17 --- a/net-analyzer/wtfis/wtfis-0.5.1.ebuild
18 +++ b/net-analyzer/wtfis/wtfis-0.5.1.ebuild
19 @@ -15,7 +15,7 @@ if [[ ${PV} = "9999" ]]; then
20 EGIT_REPO_URI="https://github.com/pirxthepilot/wtfis.git"
21 else
22 SRC_URI="https://github.com/pirxthepilot/wtfis/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
23 - KEYWORDS="~amd64 ~loong x86"
24 + KEYWORDS="amd64 ~loong x86"
25 fi
26
27 LICENSE="MIT"