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 72A2E138359 for ; Sun, 15 Nov 2020 20:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3F48E091B; Sun, 15 Nov 2020 20:03:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B06B7E091B for ; Sun, 15 Nov 2020 20:03:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 96F9E3412B9 for ; Sun, 15 Nov 2020 20:03:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A0218464 for ; Sun, 15 Nov 2020 20:03:35 +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: <1605470579.4ec5a851dc88455fc31c35a44280c34237c23ee6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/wesnoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/wesnoth/wesnoth-1.14.14.ebuild games-strategy/wesnoth/wesnoth-1.15.4.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4ec5a851dc88455fc31c35a44280c34237c23ee6 X-VCS-Branch: master Date: Sun, 15 Nov 2020 20:03:35 +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: c02ecad3-e98b-4c98-b8f3-29e198d28642 X-Archives-Hash: 2f3df8ad29a73ceafb9a7caf73486ed6 commit: 4ec5a851dc88455fc31c35a44280c34237c23ee6 Author: Alexey Sokolov google com> AuthorDate: Sun Nov 15 20:02:59 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 15 20:02:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec5a851 games-strategy/wesnoth: drop workaround for old cmake-utils Closes: https://bugs.gentoo.org/639604 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexey Sokolov asokolov.org> Signed-off-by: David Seifert gentoo.org> games-strategy/wesnoth/wesnoth-1.14.14.ebuild | 3 --- games-strategy/wesnoth/wesnoth-1.15.4.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild b/games-strategy/wesnoth/wesnoth-1.14.14.ebuild index e259a887936..4d50bca2725 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.14.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.14.ebuild @@ -76,9 +76,6 @@ src_configure() { append-flags -fno-stack-protector fi - # Work around eclass - append-flags -UNDEBUG - if use dedicated || use server ; then mycmakeargs=( -DENABLE_CAMPAIGN_SERVER="ON" diff --git a/games-strategy/wesnoth/wesnoth-1.15.4.ebuild b/games-strategy/wesnoth/wesnoth-1.15.4.ebuild index e259a887936..4d50bca2725 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.4.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.4.ebuild @@ -76,9 +76,6 @@ src_configure() { append-flags -fno-stack-protector fi - # Work around eclass - append-flags -UNDEBUG - if use dedicated || use server ; then mycmakeargs=( -DENABLE_CAMPAIGN_SERVER="ON"