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 5E3BF158020 for ; Wed, 21 Dec 2022 09:14:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D7D5E07E1; Wed, 21 Dec 2022 09:14:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 22DE0E07E1 for ; Wed, 21 Dec 2022 09:14:34 +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 E9293341462 for ; Wed, 21 Dec 2022 09:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32C307DC for ; Wed, 21 Dec 2022 09:14:31 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1671614049.28685f5a16361bca44edb81f5f9e93ae81b6e1f5.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-cpp/trantor/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-cpp/trantor/trantor-1.5.8.ebuild X-VCS-Directories: dev-cpp/trantor/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: 28685f5a16361bca44edb81f5f9e93ae81b6e1f5 X-VCS-Branch: dev Date: Wed, 21 Dec 2022 09:14:31 +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: 59f88941-5ba6-4895-8147-d72cd3f1b511 X-Archives-Hash: d481ae3cb88ba69983c575894e6276fc commit: 28685f5a16361bca44edb81f5f9e93ae81b6e1f5 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Wed Dec 21 09:12:16 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Dec 21 09:14:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28685f5a dev-cpp/trantor: remove -Werror Closes: https://bugs.gentoo.org/887325 Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> dev-cpp/trantor/trantor-1.5.8.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-cpp/trantor/trantor-1.5.8.ebuild b/dev-cpp/trantor/trantor-1.5.8.ebuild index f28b11d3f..9aad885bb 100644 --- a/dev-cpp/trantor/trantor-1.5.8.ebuild +++ b/dev-cpp/trantor/trantor-1.5.8.ebuild @@ -25,6 +25,11 @@ DEPEND=" " BDEPEND="doc? ( app-doc/doxygen[dot] )" +src_prepare() { + sed -i 's/ -Werror)$/)/' CMakeLists.txt || die "could not remove -Werror" + cmake_src_prepare +} + src_configure() { local -a mycmakeargs=( "-DBUILD_SHARED_LIBS=YES"