diff options
author | 2023-01-04 20:36:25 +0200 | |
---|---|---|
committer | 2023-01-04 20:36:25 +0200 | |
commit | 0b4d73bd184c421bc81c33f1a7f9240bae0216e1 (patch) | |
tree | ca3fce2ef5ed9bb9e36afa283321f2c4e5f49552 /net-analyzer/shodan | |
parent | dev-libs/keystone: Stabilize 0.9.2-r1 x86, #889718 (diff) | |
download | gentoo-0b4d73bd184c421bc81c33f1a7f9240bae0216e1.tar.gz gentoo-0b4d73bd184c421bc81c33f1a7f9240bae0216e1.tar.bz2 gentoo-0b4d73bd184c421bc81c33f1a7f9240bae0216e1.zip |
net-analyzer/shodan: Stabilize 1.28.0 amd64, #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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/shodan/shodan-1.28.0.ebuild b/net-analyzer/shodan/shodan-1.28.0.ebuild index c9698d950297..d67501e01588 100644 --- a/net-analyzer/shodan/shodan-1.28.0.ebuild +++ b/net-analyzer/shodan/shodan-1.28.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 @@ -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" |