diff options
-rw-r--r-- | net-wireless/hackrf-tools/hackrf-tools-2023.01.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-wireless/hackrf-tools/hackrf-tools-2023.01.1.ebuild b/net-wireless/hackrf-tools/hackrf-tools-2023.01.1.ebuild index 6f16cb6a69ad..90832c4abe86 100644 --- a/net-wireless/hackrf-tools/hackrf-tools-2023.01.1.ebuild +++ b/net-wireless/hackrf-tools/hackrf-tools-2023.01.1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == "9999" ]] ; then else S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools" SRC_URI="https://github.com/greatscottgadgets/hackrf/releases/download/v${PV}/hackrf-${PV}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~x86" + KEYWORDS="amd64 ~arm ~ppc x86" fi LICENSE="BSD" |