diff options
author | Sam James <sam@gentoo.org> | 2024-04-23 21:38:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-23 21:38:09 +0100 |
commit | 8376022414a8a8bb3d9008370185737caeb8fd42 (patch) | |
tree | 09540196dc9d87e98551001dbc269252f0cf0498 /net-analyzer | |
parent | app-forensics/volatility3: Stabilize 2.5.2 amd64, #930480 (diff) | |
download | gentoo-8376022414a8a8bb3d9008370185737caeb8fd42.tar.gz gentoo-8376022414a8a8bb3d9008370185737caeb8fd42.tar.bz2 gentoo-8376022414a8a8bb3d9008370185737caeb8fd42.zip |
net-analyzer/wtfis: Stabilize 0.8.0 x86, #930484
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.8.0.ebuild b/net-analyzer/wtfis/wtfis-0.8.0.ebuild index bdc1b3c16c72..eb5e05b23963 100644 --- a/net-analyzer/wtfis/wtfis-0.8.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.8.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" |