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 E2FBC15808B for ; Thu, 15 Feb 2024 15:15:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5332BC037; Thu, 15 Feb 2024 15:15:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 37D662BC037 for ; Thu, 15 Feb 2024 15:15:48 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75F89343022 for ; Thu, 15 Feb 2024 15:15:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1253214CF for ; Thu, 15 Feb 2024 15:15:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1708010143.b06cb0c806e9b4756a93d44c9616d461dd22e26f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/stratagus/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/stratagus/stratagus-3.3.2-r1.ebuild X-VCS-Directories: games-engines/stratagus/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b06cb0c806e9b4756a93d44c9616d461dd22e26f X-VCS-Branch: master Date: Thu, 15 Feb 2024 15:15:46 +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: 45911559-401f-47ad-9043-699c01d056be X-Archives-Hash: 8efe88da58f7ae496f82d0bfc980e9b8 commit: b06cb0c806e9b4756a93d44c9616d461dd22e26f Author: Michał Górny gentoo org> AuthorDate: Thu Feb 15 15:13:06 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 15 15:15:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06cb0c8 games-engines/stratagus: Remove obsolete -Werror sed Signed-off-by: Michał Górny gentoo.org> games-engines/stratagus/stratagus-3.3.2-r1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/games-engines/stratagus/stratagus-3.3.2-r1.ebuild b/games-engines/stratagus/stratagus-3.3.2-r1.ebuild index 4492149c283c..b6dc099614a2 100644 --- a/games-engines/stratagus/stratagus-3.3.2-r1.ebuild +++ b/games-engines/stratagus/stratagus-3.3.2-r1.ebuild @@ -55,11 +55,6 @@ PATCHES=( "${FILESDIR}/${PN}"-2.3.0-doc.patch ) -src_prepare() { - sed -i -e 's:-Werror::' CMakeLists.txt || die - cmake_src_prepare -} - src_configure() { # there are in-source switches use debug && local -x CPPFLAGS="${CPPFLAGS} -DDEBUG"