diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 20:36:26 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-04 20:36:26 +0200 |
commit | 748a0fd5ae61295f519ed835cab0479c752ef682 (patch) | |
tree | 17a16f62b27089965c94683bc3d32d2ee28dc79d /net-analyzer/shodan | |
parent | dev-python/click-plugins: Stabilize 1.1.1 amd64, #889720 (diff) | |
download | gentoo-748a0fd5ae61295f519ed835cab0479c752ef682.tar.gz gentoo-748a0fd5ae61295f519ed835cab0479c752ef682.tar.bz2 gentoo-748a0fd5ae61295f519ed835cab0479c752ef682.zip |
net-analyzer/shodan: Stabilize 1.28.0 x86, #889720
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-analyzer/shodan')
-rw-r--r-- | net-analyzer/shodan/shodan-1.28.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/shodan/shodan-1.28.0.ebuild b/net-analyzer/shodan/shodan-1.28.0.ebuild index d67501e01588..f9f59037faa7 100644 --- a/net-analyzer/shodan/shodan-1.28.0.ebuild +++ b/net-analyzer/shodan/shodan-1.28.0.ebuild @@ -18,7 +18,7 @@ if [[ ${PV} = "9999" ]]; then else SRC_URI="https://github.com/achillean/shodan-python/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" - KEYWORDS="amd64 ~loong ~x86" + KEYWORDS="amd64 ~loong x86" fi LICENSE="MIT" |