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 D346F1382C5 for ; Mon, 16 Apr 2018 20:37:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDBF6E09BD; Mon, 16 Apr 2018 20:37:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BC945E09BD for ; Mon, 16 Apr 2018 20:37:55 +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 A3D8D335C36 for ; Mon, 16 Apr 2018 20:37:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29E0328C for ; Mon, 16 Apr 2018 20:37:53 +0000 (UTC) From: "Richard 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, "Richard Farina" Message-ID: <1523911060.18586f89d26652245ec2e1225aa701577adaa5cc.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.6-r5.ebuild X-VCS-Directories: net-wireless/wpa_supplicant/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 18586f89d26652245ec2e1225aa701577adaa5cc X-VCS-Branch: master Date: Mon, 16 Apr 2018 20:37:53 +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: c3c08bd7-25df-47c5-a7ab-a9c969e4dedd X-Archives-Hash: 801c1af7d06bec7c8021e4e8b8d6e234 commit: 18586f89d26652245ec2e1225aa701577adaa5cc Author: Zero_Chaos gentoo org> AuthorDate: Mon Apr 16 20:28:30 2018 +0000 Commit: Richard Farina gentoo org> CommitDate: Mon Apr 16 20:37:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18586f89 net-wireless/wpa_supplicant: bug 640492 adding eapol_test support accidently introduced -Werror, fixing Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-wireless/wpa_supplicant/wpa_supplicant-2.6-r5.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r5.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r5.ebuild index d66cafc5abd..db98a23c929 100644 --- a/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r5.ebuild +++ b/net-wireless/wpa_supplicant/wpa_supplicant-2.6-r5.ebuild @@ -142,6 +142,9 @@ src_prepare() { eapply "${FILESDIR}/2017-1/rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch" eapply "${FILESDIR}/2017-1/rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch" eapply "${FILESDIR}/2017-1/rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch" + + # bug (640492) + sed -i 's#-Werror ##' wpa_supplicant/Makefile || die } src_configure() {