Diff soapybladerf-0.4.1 with a soapybladerf-9999

/usr/portage/net-wireless/soapybladerf/soapybladerf-9999.ebuild 2023-10-09 14:52:34.784368484 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2021 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=7
......
12 12
	EGIT_REPO_URI="https://github.com/pothosware/SoapyBladeRF.git"
13 13
	inherit git-r3
14 14
else
15
	KEYWORDS="~amd64 ~arm ~riscv ~x86"
15
	KEYWORDS="~amd64 ~x86"
16 16
	SRC_URI="https://github.com/pothosware/SoapyBladeRF/archive/soapy-bladerf-${PV}.tar.gz -> ${P}.tar.gz"
17 17
	S="${WORKDIR}"/SoapyBladeRF-soapy-bladerf-"${PV}"
18 18
fi
Thank you!