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 04:04:19
Message-Id: 1675137837.2278e9f9e219081709cbb7e429f4bdf66cc11064.sam@gentoo
1 commit: 2278e9f9e219081709cbb7e429f4bdf66cc11064
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 04:03:44 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 04:03:57 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2278e9f9
7
8 net-analyzer/wtfis: Stabilize 0.5.1 x86, #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 bc0d8ff31d44..d3af053ab8f1 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"