diff options
author | 2022-01-17 02:14:09 +0000 | |
---|---|---|
committer | 2022-01-17 02:20:13 +0000 | |
commit | 744939bdfc1a0a6296c709d4382d3676abdb2b66 (patch) | |
tree | ae497a411140b067348c2aba92c685412ad99cc1 /net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild | |
parent | net-wireless/hostapd: add 2.10 (security bump) (diff) | |
download | gentoo-744939bdfc1a0a6296c709d4382d3676abdb2b66.tar.gz gentoo-744939bdfc1a0a6296c709d4382d3676abdb2b66.tar.bz2 gentoo-744939bdfc1a0a6296c709d4382d3676abdb2b66.zip |
net-wireless/wpa_supplicant: add 2.10 (security bump)
Bug: https://bugs.gentoo.org/831332
Closes: https://bugs.gentoo.org/829180
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild')
-rw-r--r-- | net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild index 2e075c4c2b2b..3066970717f3 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop linux-info qmake-utils readme.gentoo-r1 systemd toolchain-funcs @@ -34,7 +34,7 @@ DEPEND=" >=dev-libs/openssl-1.0.2k:= dbus? ( sys-apps/dbus ) kernel_linux? ( - dev-libs/libnl:3 + >=dev-libs/libnl-3.2:3 eap-sim? ( sys-apps/pcsc-lite ) ) !kernel_linux? ( net-libs/libpcap ) @@ -359,11 +359,7 @@ src_configure() { Kconfig_style_config PRIVSEP fi - # If we are using libnl 2.0 and above, enable support for it - # Bug 382159 - # Removed for now, since the 3.2 version is broken, and we don't - # support it. - if has_version ">=dev-libs/libnl-3.2"; then + if use kernel_linux ; then Kconfig_style_config LIBNL32 fi |