This commit is contained in:
Anton Bolshakov 2021-11-22 11:41:23 +08:00
parent 8bf94dc1a6
commit aa228b6829
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -16,7 +16,8 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/smicallef/spiderfoot"
else
SRC_URI="https://github.com/smicallef/spiderfoot/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
# https://github.com/smicallef/spiderfoot/issues/1602
# KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-2"