diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 20:36:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 20:36:25 +0200 |
commit | a9af9b23452a21e4df71cf47a04196b10faf2e12 (patch) | |
tree | 9c4ce31034ee02dee4238cfe6d1835a322d3c34a /net-analyzer/wtfis | |
parent | net-analyzer/shodan: Stabilize 1.28.0 amd64, #889720 (diff) | |
download | gentoo-a9af9b23452a21e4df71cf47a04196b10faf2e12.tar.gz gentoo-a9af9b23452a21e4df71cf47a04196b10faf2e12.tar.bz2 gentoo-a9af9b23452a21e4df71cf47a04196b10faf2e12.zip |
net-analyzer/wtfis: Stabilize 0.5.0 amd64, #889720
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/wtfis')
-rw-r--r-- | net-analyzer/wtfis/wtfis-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/wtfis/wtfis-0.5.0.ebuild b/net-analyzer/wtfis/wtfis-0.5.0.ebuild index 06c4fc422fe5..9c186fe068fa 100644 --- a/net-analyzer/wtfis/wtfis-0.5.0.ebuild +++ b/net-analyzer/wtfis/wtfis-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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" |