diff options
author | Sam James <sam@gentoo.org> | 2024-03-28 16:43:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-28 16:43:52 +0000 |
commit | e2f7304e9cbef68b7686599d30fb986caab0905a (patch) | |
tree | e52c5bef7d42ccfd8543d38afcb576c5b076418b /net-analyzer | |
parent | dev-db/litecli: Stabilize 1.10.0 x86, #928042 (diff) | |
download | gentoo-e2f7304e9cbef68b7686599d30fb986caab0905a.tar.gz gentoo-e2f7304e9cbef68b7686599d30fb986caab0905a.tar.bz2 gentoo-e2f7304e9cbef68b7686599d30fb986caab0905a.zip |
net-analyzer/shodan: Stabilize 1.31.0 amd64, #928043
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/shodan/shodan-1.31.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/shodan/shodan-1.31.0.ebuild b/net-analyzer/shodan/shodan-1.31.0.ebuild index 3afaf54e6485..c7e2e11b1fcf 100644 --- a/net-analyzer/shodan/shodan-1.31.0.ebuild +++ b/net-analyzer/shodan/shodan-1.31.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} = "9999" ]]; then EGIT_REPO_URI="https://github.com/achillean/shodan-python.git" else inherit pypi - KEYWORDS="~amd64 ~loong ~x86" + KEYWORDS="amd64 ~loong ~x86" fi LICENSE="MIT" |