Diff iwd-2.8-r1 with a iwd-9999

/usr/portage/net-wireless/iwd/iwd-9999.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.58"
8
ELL_REQ=""
9 9

  
10 10
if [[ ${PV} == *9999* ]]; then
11 11
	inherit autotools git-r3
Thank you!