Diff iwd-3.12 with a iwd-9999

/usr/portage/net-wireless/iwd/iwd-9999.ebuild 2025-12-11 18:18:04.701773793 +0300
1
# Copyright 1999-2026 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
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.80"
8
ELL_REQ=""
9 9

  
10 10
if [[ ${PV} == *9999* ]]; then
11 11
	inherit autotools git-r3
......
29 29
	client? ( sys-libs/readline:0= )
30 30
"
31 31

  
32
[[ -z "${ELL_REQ}" ]] || DEPEND+=" >=dev-libs/ell-${ELL_REQ}"
32
[[ -z "${ELL_REQ}" ]] || DEPEND+=" ~dev-libs/ell-${ELL_REQ}"
33 33

  
34 34
RDEPEND="
35 35
	${DEPEND}
......
143 143
	newinitd "${FILESDIR}/iwd.initd-r1" iwd
144 144

  
145 145
	if use wired;then
146
		keepdir "var/lib/ead"
147 146
		newinitd "${FILESDIR}/ead.initd" ead
148 147
	fi
149 148

  
Thank you!