net-wireless/wpa_supplicant: fix bindist removal

I'd gone back and tried to sync live and ended up with a monstrosity.

Bug: https://bugs.gentoo.org/762850
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-12-03 04:38:28 +00:00
parent ca34ae45f0
commit d07f49b071
2 changed files with 2 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ REQUIRED_USE="
"
DEPEND="
>=dev-libs/openssl-1.0.2k:0=[bindist(-)=]
>=dev-libs/openssl-1.0.2k:=
dbus? ( sys-apps/dbus )
kernel_linux? (
dev-libs/libnl:3

View File

@@ -31,7 +31,7 @@ REQUIRED_USE="
"
DEPEND="
>=dev-libs/openssl-1.0.2k:0=[bindist(-)=]
>=dev-libs/openssl-1.0.2k:=
dbus? ( sys-apps/dbus )
kernel_linux? (
dev-libs/libnl:3
@@ -151,14 +151,6 @@ src_prepare() {
# bug (640492)
sed -i 's#-Werror ##' wpa_supplicant/Makefile || die
## Security patches
# CVE-2019-16275 (bug #696030)
eapply "${FILESDIR}/wpa_supplicant-2.9-AP-Silently-ignore-management-frame-from-unexpected.patch"
# 2020-2, 2021-1 security advisories (bug #768759)
eapply "${WORKDIR}"/wpa_supplicant-2.9-r3-patches/security-{2020-2,2021-1}/*.patch
# CVE-2021-30004 (bug #780138)
eapply "${WORKDIR}"/wpa_supplicant-2.9-r3-patches/misc/CVE-2021-30004.patch
}
src_configure() {