From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6492E1388BF for ; Wed, 17 Feb 2016 14:06:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B894F21C08A; Wed, 17 Feb 2016 14:06:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F37221C08A for ; Wed, 17 Feb 2016 14:06:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 498CB340C60 for ; Wed, 17 Feb 2016 14:06:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C82BCEB for ; Wed, 17 Feb 2016 14:06:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1455717970.f51c35cfb39a1dbb567a69c28638f9a22d68f907.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/efivar/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/efivar/efivar-0.23.ebuild X-VCS-Directories: sys-libs/efivar/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f51c35cfb39a1dbb567a69c28638f9a22d68f907 X-VCS-Branch: master Date: Wed, 17 Feb 2016 14:06:13 +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: 5804ad11-785d-42af-9c3a-8891082d6415 X-Archives-Hash: bc99e1490b7cb7bfbbde47ac5bea4e25 commit: f51c35cfb39a1dbb567a69c28638f9a22d68f907 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 17 13:17:03 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 17 14:06:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51c35cf sys-libs/efivar: Don't use ld.gold for linking Using ld.gold results in ..../x86_64-pc-linux-gnu/bin/ld: --default-symver: unknown option Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> sys-libs/efivar/efivar-0.23.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-libs/efivar/efivar-0.23.ebuild b/sys-libs/efivar/efivar-0.23.ebuild index ba36200..85de055 100644 --- a/sys-libs/efivar/efivar-0.23.ebuild +++ b/sys-libs/efivar/efivar-0.23.ebuild @@ -19,6 +19,7 @@ DEPEND="${RDEPEND} >=sys-kernel/linux-headers-3.18" src_prepare() { + tc-ld-disable-gold epatch "${FILESDIR}/0.21-nvme_ioctl.h.patch" epatch_user }