diff options
author | Sam James <sam@gentoo.org> | 2023-01-31 04:03:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-31 04:03:57 +0000 |
commit | 2278e9f9e219081709cbb7e429f4bdf66cc11064 (patch) | |
tree | 80beda3742992d4f26ea92c066667f262f9fa2a3 /net-analyzer/wtfis | |
parent | dev-php/pecl-imagick: Stabilize 3.7.0-r1 x86, #891579 (diff) | |
download | gentoo-2278e9f9e219081709cbb7e429f4bdf66cc11064.tar.gz gentoo-2278e9f9e219081709cbb7e429f4bdf66cc11064.tar.bz2 gentoo-2278e9f9e219081709cbb7e429f4bdf66cc11064.zip |
net-analyzer/wtfis: Stabilize 0.5.1 x86, #892661
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/wtfis')
-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 bc0d8ff31d44..d3af053ab8f1 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" |