Diff soapyplutosdr-0.2.1 with a soapyplutosdr-9999

/usr/portage/net-wireless/soapyplutosdr/soapyplutosdr-9999.ebuild 2023-10-09 14:52:34.788368484 +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/SoapyPlutoSDR.git"
13 13
	inherit git-r3
14 14
else
15
	KEYWORDS="~amd64 ~arm ~riscv ~x86"
15
	KEYWORDS="~amd64 ~x86"
16 16
	COMMIT="782650597b18f311cc97fbb7c6813539e6adef16"
17 17
	SRC_URI="https://github.com/pothosware/SoapyPlutoSDR/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
18 18
	S="${WORKDIR}"/SoapyPlutoSDR-${COMMIT}
Thank you!