diff options
-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 c7e2e11b1fcf..be21ef2b1735 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" |