diff options
-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 97890dfac7d4..562f35e30232 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" |