diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-23 13:32:07 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-23 13:32:25 +0200 |
commit | f224fa0e0d1b9cf77c94b767434a5f0c08827cba (patch) | |
tree | d6d0c59b6dc3cb33ebef50a25b7ae406c03aabf8 /net-analyzer/wtfis | |
parent | dev-db/sqlmap: Stabilize 1.8.6 x86, #938335 (diff) | |
download | gentoo-f224fa0e0d1b9cf77c94b767434a5f0c08827cba.tar.gz gentoo-f224fa0e0d1b9cf77c94b767434a5f0c08827cba.tar.bz2 gentoo-f224fa0e0d1b9cf77c94b767434a5f0c08827cba.zip |
net-analyzer/wtfis: Stabilize 0.10.0 amd64, #938336
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer/wtfis')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.10.0.ebuild b/net-analyzer/wtfis/wtfis-0.10.0.ebuild index ffc1de3aaabe..f890812f6cf9 100644 --- a/net-analyzer/wtfis/wtfis-0.10.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.10.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" |