diff options
author | Sam James <sam@gentoo.org> | 2023-09-26 18:58:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-26 18:58:26 +0100 |
commit | 2997d05f94ff111d01f175a82b8e227723f2cd8d (patch) | |
tree | 58f66a2b7f52ed80f61ffbc0588f70236f4ae17b /net-analyzer/shodan | |
parent | dev-util/gef: Stabilize 2023.08 amd64, #914746 (diff) | |
download | gentoo-2997d05f94ff111d01f175a82b8e227723f2cd8d.tar.gz gentoo-2997d05f94ff111d01f175a82b8e227723f2cd8d.tar.bz2 gentoo-2997d05f94ff111d01f175a82b8e227723f2cd8d.zip |
net-analyzer/shodan: Stabilize 1.30.0 x86, #914747
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/shodan')
-rw-r--r-- | net-analyzer/shodan/shodan-1.30.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/shodan/shodan-1.30.0.ebuild b/net-analyzer/shodan/shodan-1.30.0.ebuild index 9fd2907ed8ae..97890dfac7d4 100644 --- a/net-analyzer/shodan/shodan-1.30.0.ebuild +++ b/net-analyzer/shodan/shodan-1.30.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 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="MIT" |