Diff iwd-2.4 with a iwd-2.5

/usr/portage/net-wireless/iwd/iwd-2.5.ebuild 2023-10-09 14:52:34.784368484 +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.56"
8
ELL_REQ="0.57"
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://www.kernel.org/pub/linux/network/wireless/${P}.tar.xz"
16
	KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86"
16
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
17 17
	MYRST2MAN="RST2MAN=:"
18 18
fi
19 19

  
Thank you!