Diff gr-iqbal-0.38.3 with a gr-iqbal-9999

/usr/portage/net-wireless/gr-iqbal/gr-iqbal-9999.ebuild 2026-05-20 19:17:03.707578837 +0300
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5
PYTHON_COMPAT=( python3_{12..13} )
5
PYTHON_COMPAT=( python3_{12..14} )
6 6

  
7 7
inherit cmake python-single-r1
8 8

  
......
14 14
	EGIT_REPO_URI="https://github.com/osmocom/gr-iqbal.git"
15 15
else
16 16
	SRC_URI="https://github.com/osmocom/gr-iqbal/archive/refs/tags/v${PV}.tar.gz -> "${P}.gh.tar.gz""
17
	KEYWORDS="amd64 ~arm ~riscv ~x86"
17
	KEYWORDS="~amd64 ~arm ~riscv ~x86"
18 18
fi
19 19

  
20 20
LICENSE="GPL-3"
Thank you!