diff options
author | Sam James <sam@gentoo.org> | 2023-01-31 05:56:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-31 05:56:10 +0000 |
commit | e15fb876eefe0894da6a7141a58c6549abd15df3 (patch) | |
tree | bdefb8753e8ae5b86ecb39a5027d0e0d9d7047c5 /net-analyzer | |
parent | dev-php/pecl-imagick: Stabilize 3.7.0-r1 amd64, #891579 (diff) | |
download | gentoo-e15fb876eefe0894da6a7141a58c6549abd15df3.tar.gz gentoo-e15fb876eefe0894da6a7141a58c6549abd15df3.tar.bz2 gentoo-e15fb876eefe0894da6a7141a58c6549abd15df3.zip |
net-analyzer/wtfis: Stabilize 0.5.1 amd64, #892661
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.5.1.ebuild b/net-analyzer/wtfis/wtfis-0.5.1.ebuild index d3af053ab8f1..98a16230fa10 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" |