Сравнение iwd-3.8 с iwd-3.12

/usr/portage/net-wireless/iwd/iwd-3.12.ebuild 2026-03-17 11:46:09.032636602 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 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.77"
8
ELL_REQ="0.80"
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

  
......
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"
146 147
		newinitd "${FILESDIR}/ead.initd" ead
147 148
	fi
148 149

  
Спасибо!