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 C968C139337 for ; Sun, 1 Aug 2021 18:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1644E09FD; Sun, 1 Aug 2021 18:27:56 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9CA58E09FD for ; Sun, 1 Aug 2021 18:27:56 +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 897E5343BF3 for ; Sun, 1 Aug 2021 18:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E83E851 for ; Sun, 1 Aug 2021 18:27:54 +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: <1627842456.cd69536ba667f4a7abc1f1dab80bcc85b6c56f19.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/freeciv/freeciv-2.6.4.ebuild X-VCS-Directories: games-strategy/freeciv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cd69536ba667f4a7abc1f1dab80bcc85b6c56f19 X-VCS-Branch: master Date: Sun, 1 Aug 2021 18:27:54 +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: 0acbedff-dcbf-447d-bf63-1a9c70ed1cf4 X-Archives-Hash: a9cd3ccce2ad2bcce521f43d7bea89fa commit: cd69536ba667f4a7abc1f1dab80bcc85b6c56f19 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 06:46:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 18:27:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd69536b games-strategy/freeciv: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James gentoo.org> games-strategy/freeciv/freeciv-2.6.4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-strategy/freeciv/freeciv-2.6.4.ebuild b/games-strategy/freeciv/freeciv-2.6.4.ebuild index 93e090d0ab5..9b33682fa13 100644 --- a/games-strategy/freeciv/freeciv-2.6.4.ebuild +++ b/games-strategy/freeciv/freeciv-2.6.4.ebuild @@ -74,7 +74,7 @@ BDEPEND=" S="${WORKDIR}/${MY_P}" pkg_setup() { - if use !dedicated && use !server ; then + if ! use dedicated && ! use server ; then ewarn "Disabling server USE flag will make it impossible to start local" ewarn "games, but you will still be able to join multiplayer games." fi @@ -129,7 +129,6 @@ src_configure() { if use qt5 ; then local -x MOCCMD=$(qt5_get_bindir)/moc myclient+=( qt ) - append-cxxflags -std=c++11 fi fi myeconfargs+=(