commit: 894e208327eec28521ed034519f0f498d25940c7
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat May 24 19:06:04 2025 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat May 24 19:06:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=894e2083
net-wireless/soapysdr: Stabilize 0.8.1-r2 amd64, #956565
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
net-wireless/soapysdr/soapysdr-0.8.1-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-wireless/soapysdr/soapysdr-0.8.1-r2.ebuild
b/net-wireless/soapysdr/soapysdr-0.8.1-r2.ebuild
index 8f5ef69eb2ef..735f5f9ed784 100644
--- a/net-wireless/soapysdr/soapysdr-0.8.1-r2.ebuild
+++ b/net-wireless/soapysdr/soapysdr-0.8.1-r2.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