diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-04 11:29:41 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-07-04 11:29:41 +0200 |
commit | 6f40f4b6f4bd9f2e523cfcad44782af2ed868a37 (patch) | |
tree | 2e1580692fab6c25d358ecd44b0dc170335e97a3 /net-analyzer/wtfis | |
parent | net-analyzer/wtfis: Stabilize 0.9.1 amd64, #935439 (diff) | |
download | gentoo-6f40f4b6f4bd9f2e523cfcad44782af2ed868a37.tar.gz gentoo-6f40f4b6f4bd9f2e523cfcad44782af2ed868a37.tar.bz2 gentoo-6f40f4b6f4bd9f2e523cfcad44782af2ed868a37.zip |
net-analyzer/wtfis: Stabilize 0.9.1 x86, #935439
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer/wtfis')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.9.1.ebuild b/net-analyzer/wtfis/wtfis-0.9.1.ebuild index 9923f850d1f3..15b2076adcb5 100644 --- a/net-analyzer/wtfis/wtfis-0.9.1.ebuild +++ b/net-analyzer/wtfis/wtfis-0.9.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" |