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 151481382C5 for ; Fri, 1 Jan 2021 20:43:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40F94E0837; Fri, 1 Jan 2021 20:43:40 +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 28F36E0837 for ; Fri, 1 Jan 2021 20:43:40 +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 2D81E340D21 for ; Fri, 1 Jan 2021 20:43:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5623B474 for ; Fri, 1 Jan 2021 20:43:37 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1609533807.184b841fc8a4cf9921cff268f94f1df4c2e97b73.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/tgt/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/tgt/tgt-1.0.79.ebuild X-VCS-Directories: sys-block/tgt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 184b841fc8a4cf9921cff268f94f1df4c2e97b73 X-VCS-Branch: master Date: Fri, 1 Jan 2021 20:43:37 +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: 5c6ced75-921f-40c0-8371-3ccb5a81fa0d X-Archives-Hash: 97b7634f5660565af7f8833a2d8d5cdc commit: 184b841fc8a4cf9921cff268f94f1df4c2e97b73 Author: Jakov Smolic sartura hr> AuthorDate: Fri Jan 1 20:43:27 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jan 1 20:43:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=184b841f sys-block/tgt: Remove Werror Closes: https://github.com/gentoo/gentoo/pull/18901 Closes: https://bugs.gentoo.org/762949 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> sys-block/tgt/tgt-1.0.79.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-block/tgt/tgt-1.0.79.ebuild b/sys-block/tgt/tgt-1.0.79.ebuild index a014556fa53..961f8dd234c 100644 --- a/sys-block/tgt/tgt-1.0.79.ebuild +++ b/sys-block/tgt/tgt-1.0.79.ebuild @@ -41,6 +41,7 @@ src_prepare() { sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die # make sure xml docs are generated before trying to install them sed -i -e "s@install: @& all @g" doc/Makefile || die + sed -i -e 's|-Werror||g' usr/Makefile || die } src_compile() {