Сравнение hostapd-2.10-r1 с hostapd-2.10-r2
/usr/portage/net-wireless/hostapd/hostapd-2.10-r2.ebuild 2023-10-09 14:52:34.780368483 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit flag-o-matic systemd savedconfig toolchain-funcs |
7 | 7 | |
... | ... | |
23 | 23 |
fi |
24 | 24 | |
25 | 25 |
# Never stabilize snapshot ebuilds please |
26 |
KEYWORDS="amd64 arm arm64 ~mips ppc x86" |
|
26 |
KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86" |
|
27 | 27 |
fi |
28 | 28 | |
29 | 29 |
LICENSE="BSD" |
30 | 30 |
SLOT="0" |
31 |
IUSE="internal-tls ipv6 netlink selinux sqlite +suiteb +wps +crda" |
|
31 |
IUSE="internal-tls ipv6 netlink selinux sqlite +suiteb +wps" |
|
32 | 32 | |
33 | 33 |
DEPEND=" |
34 | 34 |
internal-tls? ( dev-libs/libtommath ) |
35 | 35 |
!internal-tls? ( dev-libs/openssl:0=[-bindist(-)] ) |
36 | 36 |
kernel_linux? ( |
37 |
net-wireless/wireless-regdb |
|
37 | 38 |
>=dev-libs/libnl-3.2:3 |
38 |
crda? ( net-wireless/crda ) |
|
39 | 39 |
) |
40 | 40 |
netlink? ( net-libs/libnfnetlink ) |
41 |
sqlite? ( >=dev-db/sqlite-3 ) |
|
41 |
sqlite? ( dev-db/sqlite:3 ) |
|
42 | 42 |
" |
43 | 43 |
RDEPEND=" |
44 | 44 |
${DEPEND} |