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 2866E138334 for ; Fri, 23 Nov 2018 16:31:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00982E0899; Fri, 23 Nov 2018 16:31:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CD301E0899 for ; Fri, 23 Nov 2018 16:31:07 +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 28080335CCF for ; Fri, 23 Nov 2018 16:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 684D843A for ; Fri, 23 Nov 2018 16:31:04 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1542990658.c58eec149a78107b30fc37539f729bd054597b41.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/elfutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/elfutils/elfutils-0.175.ebuild X-VCS-Directories: dev-libs/elfutils/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c58eec149a78107b30fc37539f729bd054597b41 X-VCS-Branch: master Date: Fri, 23 Nov 2018 16:31:04 +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: 93293878-48e5-45a0-bc61-6527fd739956 X-Archives-Hash: 33531a8ab11d3b6a9094276ddd0ec1b2 commit: c58eec149a78107b30fc37539f729bd054597b41 Author: Sergei Trofimovich gentoo org> AuthorDate: Fri Nov 23 16:30:39 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Fri Nov 23 16:30:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c58eec14 dev-libs/elfutils: add upstream reference to s/-Werror// hack Bug: https://sourceware.org/PR23914 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/elfutils/elfutils-0.175.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/elfutils/elfutils-0.175.ebuild b/dev-libs/elfutils/elfutils-0.175.ebuild index bd9d2f1dac7..39a57eb90c1 100644 --- a/dev-libs/elfutils/elfutils-0.175.ebuild +++ b/dev-libs/elfutils/elfutils-0.175.ebuild @@ -31,6 +31,7 @@ src_prepare() { if ! use static-libs; then sed -i -e '/^lib_LIBRARIES/s:=.*:=:' -e '/^%.os/s:%.o$::' lib{asm,dw,elf}/Makefile.in || die fi + # https://sourceware.org/PR23914 sed -i 's:-Werror::' */Makefile.in || die }