From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5C08138330 for ; Sat, 6 Jan 2018 19:51:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F83CE087B; Sat, 6 Jan 2018 19:51:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EF86E087B for ; Sat, 6 Jan 2018 19:51:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0FFE9335C39 for ; Sat, 6 Jan 2018 19:51:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B422133 for ; Sat, 6 Jan 2018 19:51:46 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1515268298.454714bd9c39b2ca6008b136d7e4423e1b8acd7c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/wpa_supplicant/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild X-VCS-Directories: net-wireless/wpa_supplicant/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 454714bd9c39b2ca6008b136d7e4423e1b8acd7c X-VCS-Branch: master Date: Sat, 6 Jan 2018 19:51:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 35dd6ea0-a0c8-4575-b8ed-f89482ed4e38 X-Archives-Hash: ee53da7b9c11f3df48d2c968e9fa63fc commit: 454714bd9c39b2ca6008b136d7e4423e1b8acd7c Author: Lars Wendler gentoo org> AuthorDate: Sat Jan 6 19:49:24 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Jan 6 19:51:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454714bd net-wireless/wpa_supplicant: Fixed build with USE="-ssl" or USE="ssl gnutls". Committed without explicit permission due to maintainer timeout. Closes: https://bugs.gentoo.org/640350 Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild index 04965c898f1..02b2a20e35f 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -174,7 +174,6 @@ src_configure() { Kconfig_style_config EAP_LEAP Kconfig_style_config EAP_MSCHAPV2 Kconfig_style_config EAP_PEAP - Kconfig_style_config EAP_PWD Kconfig_style_config EAP_TLS Kconfig_style_config EAP_TTLS @@ -182,9 +181,6 @@ src_configure() { Kconfig_style_config BGSCAN_SIMPLE Kconfig_style_config BGSCAN_LEARN - # Enabling mesh networks. - Kconfig_style_config MESH - if use dbus ; then Kconfig_style_config CTRL_IFACE_DBUS Kconfig_style_config CTRL_IFACE_DBUS_NEW @@ -239,6 +235,10 @@ src_configure() { Kconfig_style_config GNUTLS_EXTRA else Kconfig_style_config TLS openssl + Kconfig_style_config EAP_PWD + + # Enabling mesh networks. + Kconfig_style_config MESH fi else Kconfig_style_config TLS internal