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 C790A138350 for ; Thu, 9 Apr 2020 08:29:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08C3FE0A0B; Thu, 9 Apr 2020 08:29:23 +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 E5459E0A0B for ; Thu, 9 Apr 2020 08:29:22 +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 3A76F34F0D8 for ; Thu, 9 Apr 2020 08:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA52C1CD for ; Thu, 9 Apr 2020 08:29:17 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1586420943.e7d275c25f75516e5b146430f440bb0f69ec2183.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/strace/strace-5.6.ebuild dev-util/strace/strace-9999.ebuild X-VCS-Directories: dev-util/strace/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: e7d275c25f75516e5b146430f440bb0f69ec2183 X-VCS-Branch: master Date: Thu, 9 Apr 2020 08:29:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01a69313-245b-40be-8da3-4492d0a854a0 X-Archives-Hash: afff1c66093b32a91a1c5715a0cfc67c commit: e7d275c25f75516e5b146430f440bb0f69ec2183 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 9 08:28:22 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 9 08:29:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d275c2 dev-util/strace: Don't build with -Werror Closes: https://bugs.gentoo.org/716760 Package-Manager: Portage-2.3.97, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> dev-util/strace/strace-5.6.ebuild | 1 + dev-util/strace/strace-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/strace/strace-5.6.ebuild b/dev-util/strace/strace-5.6.ebuild index cf81c1cc50d..c08dbf18c0a 100644 --- a/dev-util/strace/strace-5.6.ebuild +++ b/dev-util/strace/strace-5.6.ebuild @@ -77,6 +77,7 @@ src_configure() { # Don't require mpers support on non-multilib systems. #649560 local myeconfargs=( + --disable-gcc-Werror --enable-mpers=check $(use_enable static) $(use_with unwind libunwind) diff --git a/dev-util/strace/strace-9999.ebuild b/dev-util/strace/strace-9999.ebuild index cf81c1cc50d..c08dbf18c0a 100644 --- a/dev-util/strace/strace-9999.ebuild +++ b/dev-util/strace/strace-9999.ebuild @@ -77,6 +77,7 @@ src_configure() { # Don't require mpers support on non-multilib systems. #649560 local myeconfargs=( + --disable-gcc-Werror --enable-mpers=check $(use_enable static) $(use_with unwind libunwind)