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 494791382C5 for ; Thu, 17 Jun 2021 21:39:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69512E081B; Thu, 17 Jun 2021 21:39:00 +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 4DCE3E081B for ; Thu, 17 Jun 2021 21:39:00 +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 B17C4340A9F for ; Thu, 17 Jun 2021 21:38:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE1E97A4 for ; Thu, 17 Jun 2021 21:38:56 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1623965761.06eb3d0bbfc3c4ea5a2c0235e1e3e36b1eb9872e.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/widelands/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/widelands/widelands-1.0.ebuild games-strategy/widelands/widelands-9999.ebuild X-VCS-Directories: games-strategy/widelands/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 06eb3d0bbfc3c4ea5a2c0235e1e3e36b1eb9872e X-VCS-Branch: master Date: Thu, 17 Jun 2021 21:38:56 +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: f2d78728-3412-4099-8e58-743a3c641115 X-Archives-Hash: 0a04c6600e8c28fc1d941d772c2f8c0d commit: 06eb3d0bbfc3c4ea5a2c0235e1e3e36b1eb9872e Author: Ionen Wolkens gentoo org> AuthorDate: Thu Jun 17 21:27:29 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jun 17 21:36:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06eb3d0b games-strategy/widelands: drop use of cxxflags patch -Werror=uninitialized cause issues with -O3. Upstream is currently explicitly requesting -O2 but an old patch in Gentoo prevents that. While not ideal, rather than further patch to remove the warning check, simply follow upstream and go with what is being tested more. Closes: https://bugs.gentoo.org/796509 Signed-off-by: Ionen Wolkens gentoo.org> games-strategy/widelands/widelands-1.0.ebuild | 4 ---- games-strategy/widelands/widelands-9999.ebuild | 4 ---- 2 files changed, 8 deletions(-) diff --git a/games-strategy/widelands/widelands-1.0.ebuild b/games-strategy/widelands/widelands-1.0.ebuild index 18052660723..6b04bc90639 100644 --- a/games-strategy/widelands/widelands-1.0.ebuild +++ b/games-strategy/widelands/widelands-1.0.ebuild @@ -42,10 +42,6 @@ BDEPEND=" ${PYTHON_DEPS} sys-devel/gettext" -PATCHES=( - "${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch -) - src_configure() { CMAKE_BUILD_TYPE="Release" diff --git a/games-strategy/widelands/widelands-9999.ebuild b/games-strategy/widelands/widelands-9999.ebuild index 18052660723..6b04bc90639 100644 --- a/games-strategy/widelands/widelands-9999.ebuild +++ b/games-strategy/widelands/widelands-9999.ebuild @@ -42,10 +42,6 @@ BDEPEND=" ${PYTHON_DEPS} sys-devel/gettext" -PATCHES=( - "${FILESDIR}"/${PN}-0.20_rc1-cxxflags.patch -) - src_configure() { CMAKE_BUILD_TYPE="Release"