From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-897764-garchives=archives.gentoo.org@lists.gentoo.org> 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 3E26B13832E for <garchives@archives.gentoo.org>; Sat, 20 Aug 2016 01:55:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0C7DE0ABC; Sat, 20 Aug 2016 01:55:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 811D3E0ABC for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 01:55:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 505B033FD24 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 01:55:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A8F62441 for <gentoo-commits@lists.gentoo.org>; Sat, 20 Aug 2016 01:55:36 +0000 (UTC) From: "Mike Gilbert" <floppym@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org> Message-ID: <1471658106.6fa49c014cf7bfd7b793e404674f2c5be0fb9af4.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/efivar/efivar-27.ebuild X-VCS-Directories: sys-libs/efivar/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 6fa49c014cf7bfd7b793e404674f2c5be0fb9af4 X-VCS-Branch: master Date: Sat, 20 Aug 2016 01:55:36 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1db62467-e4ea-48b7-9ab3-c7354bbcd464 X-Archives-Hash: 4c797d52decb0435cbf10b1954ae68aa commit: 6fa49c014cf7bfd7b793e404674f2c5be0fb9af4 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sat Aug 20 01:54:38 2016 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sat Aug 20 01:55:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa49c01 sys-libs/efivar: disable -Werror Package-Manager: portage-2.3.0_p16 sys-libs/efivar/efivar-27.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-libs/efivar/efivar-27.ebuild b/sys-libs/efivar/efivar-27.ebuild index cf03075..7db73e1 100644 --- a/sys-libs/efivar/efivar-27.ebuild +++ b/sys-libs/efivar/efivar-27.ebuild @@ -18,6 +18,11 @@ RDEPEND="dev-libs/popt" DEPEND="${RDEPEND} >=sys-kernel/linux-headers-3.18" +src_prepare() { + default + sed -i -e s/-Werror// gcc.specs || die +} + src_configure() { tc-export CC tc-ld-disable-gold