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 60DF11382C5 for ; Sat, 27 Jan 2018 15:07:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6BC6BE08DA; Sat, 27 Jan 2018 15:07:52 +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 498B4E08DA for ; Sat, 27 Jan 2018 15:07:52 +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 046DC335C2E for ; Sat, 27 Jan 2018 15:07:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B071C8 for ; Sat, 27 Jan 2018 15:07:49 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1517065652.93ae1aca9eb2f93bc12d2e6b5f6e147c24eb2fc7.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils/binutils-9999.ebuild X-VCS-Directories: sys-devel/binutils/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 93ae1aca9eb2f93bc12d2e6b5f6e147c24eb2fc7 X-VCS-Branch: master Date: Sat, 27 Jan 2018 15:07:49 +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: dbcda2f1-9754-4e27-9706-120affbbdf26 X-Archives-Hash: 9398842366a8ad79c9face90484a507d commit: 93ae1aca9eb2f93bc12d2e6b5f6e147c24eb2fc7 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jan 27 15:07:32 2018 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Jan 27 15:07:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ae1aca sys-devel/binutils: Set default hash style via configure parameter This allows us to drop a gentoo-specific patch. Package-Manager: Portage-2.3.20, Repoman-2.3.6 sys-devel/binutils/binutils-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-devel/binutils/binutils-9999.ebuild b/sys-devel/binutils/binutils-9999.ebuild index a2db40c93a4..cef3720ff2c 100644 --- a/sys-devel/binutils/binutils-9999.ebuild +++ b/sys-devel/binutils/binutils-9999.ebuild @@ -218,6 +218,7 @@ src_configure() { --enable-obsolete --enable-shared --enable-threads + --enable-default-hash-style=gnu # Newer versions (>=2.27) offer a configure flag now. --enable-relro # Newer versions (>=2.24) make this an explicit option. #497268