diff --git a/net-wireless/soapysdr/soapysdr-0.8.1-r3.ebuild b/net-wireless/soapysdr/soapysdr-0.8.1-r3.ebuild index 691505447869a..64eb665f05a2f 100644 --- a/net-wireless/soapysdr/soapysdr-0.8.1-r3.ebuild +++ b/net-wireless/soapysdr/soapysdr-0.8.1-r3.ebuild @@ -14,7 +14,7 @@ if [ "${PV}" = "9999" ]; then EGIT_CLONE_TYPE="shallow" inherit git-r3 else - KEYWORDS="~amd64 ~arm ~riscv ~x86" + KEYWORDS="amd64 ~arm ~riscv ~x86" SRC_URI="https://github.com/pothosware/SoapySDR/archive/soapy-sdr-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/SoapySDR-soapy-sdr-"${PV}" fi