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 6CD1F138334 for ; Fri, 7 Jun 2019 19:49:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51AC4E08C3; Fri, 7 Jun 2019 19:49:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9E00E08C3 for ; Fri, 7 Jun 2019 19:49:00 +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 CAEEB345929 for ; Fri, 7 Jun 2019 19:48:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A19655B for ; Fri, 7 Jun 2019 19:48:57 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1559936923.810264fb09681b49562278b9f10ad2e935232e74.zerochaos@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.8.ebuild X-VCS-Directories: net-wireless/wpa_supplicant/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 810264fb09681b49562278b9f10ad2e935232e74 X-VCS-Branch: master Date: Fri, 7 Jun 2019 19:48:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c405267-d1d9-4634-8eff-cd8789b7c363 X-Archives-Hash: 94ebcf7d68b7e5adc3c5f10c4669ee61 commit: 810264fb09681b49562278b9f10ad2e935232e74 Author: Gábor Oszkár Dénes protonmail com> AuthorDate: Fri Jun 7 06:26:23 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Jun 7 19:48:43 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810264fb net-wireless/wpa_supplicant: Fix mandatory dbus The default configuration requires dbus. It is disabled when the dbus flag is not set. Closes: https://bugs.gentoo.org/684284 Signed-off-by: Gábor Oszkár Dénes protonmail.com> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Rick Farina gentoo.org> net-wireless/wpa_supplicant/wpa_supplicant-2.8.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.8.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.8.ebuild index 69128d52bd2..52bb7374068 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.8.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.8.ebuild @@ -168,6 +168,10 @@ src_configure() { Kconfig_style_config CTRL_IFACE_DBUS Kconfig_style_config CTRL_IFACE_DBUS_NEW Kconfig_style_config CTRL_IFACE_DBUS_INTRO + else + Kconfig_style_config CTRL_IFACE_DBUS n + Kconfig_style_config CTRL_IFACE_DBUS_NEW n + Kconfig_style_config CTRL_IFACE_DBUS_INTRO n fi if use eapol_test ; then