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 41283138334 for ; Fri, 22 Mar 2019 19:55:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60CD7E0872; Fri, 22 Mar 2019 19:55:29 +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 36D11E0872 for ; Fri, 22 Mar 2019 19:55:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D246C335D13 for ; Fri, 22 Mar 2019 19:55:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE28E559 for ; Fri, 22 Mar 2019 19:55:25 +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: <1553284522.fbc6592d99312e8cbbea70c0fdb46ae74b7c11c1.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.7-r2.ebuild X-VCS-Directories: net-wireless/wpa_supplicant/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: fbc6592d99312e8cbbea70c0fdb46ae74b7c11c1 X-VCS-Branch: master Date: Fri, 22 Mar 2019 19:55:25 +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: 5f73db01-afdf-4eae-b0f3-b76a8a0e753b X-Archives-Hash: e034bcfc45a0d6a6f469ae521cab66fe commit: fbc6592d99312e8cbbea70c0fdb46ae74b7c11c1 Author: Rick Farina gentoo org> AuthorDate: Fri Mar 22 19:54:51 2019 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Mar 22 19:55:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc6592d net-wireless/wpa_supplicant: remove macsec linux the driver isn't functional in this release Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina gentoo.org> net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild index 02ae5e792d5..311119d282d 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.7-r2.ebuild @@ -252,7 +252,6 @@ src_configure() { if use macsec ; then #requires something, no idea what #Kconfig_style_config DRIVER_MACSEC_QCA - Kconfig_style_config DRIVER_MACSEC_LINUX Kconfig_style_config MACSEC fi