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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83B25158041 for ; Mon, 11 Mar 2024 08:34:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B924CE29C4; Mon, 11 Mar 2024 08:34:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9F9B9E29C4 for ; Mon, 11 Mar 2024 08:34:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E523633BF60 for ; Mon, 11 Mar 2024 08:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 409DFFCB for ; Mon, 11 Mar 2024 08:34:52 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1710146064.ad1d53bdeee2546b3a663f014fffa7d21e01fb9d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/tcl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/tcl/tcl-8.6.14.ebuild X-VCS-Directories: dev-lang/tcl/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: ad1d53bdeee2546b3a663f014fffa7d21e01fb9d X-VCS-Branch: master Date: Mon, 11 Mar 2024 08:34:52 +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: f8b980a1-4d77-4b19-8d23-67eb5f079cb8 X-Archives-Hash: baeadf552af7633d52188a0b84166b57 commit: ad1d53bdeee2546b3a663f014fffa7d21e01fb9d Author: Alfredo Tupone gentoo org> AuthorDate: Mon Mar 11 08:33:37 2024 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Mar 11 08:34:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1d53bd dev-lang/tcl: drop -Werror Closes: https://bugs.gentoo.org/926705 Signed-off-by: Alfredo Tupone gentoo.org> dev-lang/tcl/tcl-8.6.14.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-lang/tcl/tcl-8.6.14.ebuild b/dev-lang/tcl/tcl-8.6.14.ebuild index 58692642a27e..fd315cf5d239 100644 --- a/dev-lang/tcl/tcl-8.6.14.ebuild +++ b/dev-lang/tcl/tcl-8.6.14.ebuild @@ -43,6 +43,12 @@ src_prepare() { "${SPARENT}"/doc/try.n \ -delete || die + # Drop -Werror + sed -i \ + -e "s: -Werror::g" \ + dltest/Makefile.in \ + || die + pushd "${SPARENT}" &>/dev/null || die default popd &>/dev/null || die