Diff iwd-3.8 with a iwd-9999

/usr/portage/net-wireless/iwd/iwd-9999.ebuild 2025-12-11 18:18:04.701773793 +0300
5 5
inherit flag-o-matic linux-info systemd
6 6

  
7 7
#Set this variable to the required external ell version
8
ELL_REQ="0.77"
8
ELL_REQ=""
9 9

  
10 10
if [[ ${PV} == *9999* ]]; then
11 11
	inherit autotools git-r3
......
13 13
	ELL_EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git"
14 14
else
15 15
	SRC_URI="https://mirrors.edge.kernel.org/pub/linux/network/wireless/${P}.tar.xz"
16
	KEYWORDS="~alpha amd64 arm arm64 ~loong ppc ppc64 ~riscv ~sparc x86"
16
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
17 17
	MYRST2MAN="RST2MAN=:"
18 18
fi
19 19

  
Thank you!