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 25BA1158090 for ; Tue, 17 May 2022 05:34:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25F27E0959; Tue, 17 May 2022 05:34:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0233BE0958 for ; Tue, 17 May 2022 05:34:51 +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 00A823413EA for ; Tue, 17 May 2022 05:34:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 936473B8 for ; Tue, 17 May 2022 05:34:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1652765624.c345259bec0d8f00e949af9cf6d6b6f2ce770b5a.sam@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.16.0-r1.ebuild games-strategy/wesnoth/wesnoth-1.16.2.ebuild X-VCS-Directories: games-strategy/wesnoth/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c345259bec0d8f00e949af9cf6d6b6f2ce770b5a X-VCS-Branch: master Date: Tue, 17 May 2022 05:34:49 +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: b0cb471e-14a0-4432-9ae8-2a2c7b65a4f9 X-Archives-Hash: 1e13ef041eade1150f06da97236b6225 commit: c345259bec0d8f00e949af9cf6d6b6f2ce770b5a Author: Sam James gentoo org> AuthorDate: Tue May 17 01:31:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 17 05:33:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c345259b games-strategy/wesnoth: [QA] drop (very) stale GCC version checks There's no way that GCC 3.x is usable on a modern system and it was released in ~2005. Signed-off-by: Sam James gentoo.org> games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild | 6 +----- games-strategy/wesnoth/wesnoth-1.16.2.ebuild | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild b/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild index 12aaafe9867e..f5718459c555 100644 --- a/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.16.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake flag-o-matic toolchain-funcs xdg +inherit cmake flag-o-matic xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org @@ -64,10 +64,6 @@ src_prepare() { src_configure() { filter-flags -ftracer -fomit-frame-pointer - if [[ $(gcc-major-version) -eq 3 ]] ; then - filter-flags -fstack-protector - append-flags -fno-stack-protector - fi if use dedicated || use server ; then mycmakeargs=( diff --git a/games-strategy/wesnoth/wesnoth-1.16.2.ebuild b/games-strategy/wesnoth/wesnoth-1.16.2.ebuild index 9c2f089d6905..17cdd9a055f7 100644 --- a/games-strategy/wesnoth/wesnoth-1.16.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.16.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic toolchain-funcs xdg +inherit cmake flag-o-matic xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org @@ -64,10 +64,6 @@ src_prepare() { src_configure() { filter-flags -ftracer -fomit-frame-pointer - if [[ $(gcc-major-version) -eq 3 ]] ; then - filter-flags -fstack-protector - append-flags -fno-stack-protector - fi if use dedicated || use server ; then mycmakeargs=(