Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/
Date: Sun, 01 Aug 2021 18:27:57
Message-Id: 1627842456.cd69536ba667f4a7abc1f1dab80bcc85b6c56f19.sam@gentoo
1 commit: cd69536ba667f4a7abc1f1dab80bcc85b6c56f19
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 06:46:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 18:27:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd69536b
7
8 games-strategy/freeciv: drop obsolete qt5 C++11 workaround
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 games-strategy/freeciv/freeciv-2.6.4.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/games-strategy/freeciv/freeciv-2.6.4.ebuild b/games-strategy/freeciv/freeciv-2.6.4.ebuild
16 index 93e090d0ab5..9b33682fa13 100644
17 --- a/games-strategy/freeciv/freeciv-2.6.4.ebuild
18 +++ b/games-strategy/freeciv/freeciv-2.6.4.ebuild
19 @@ -74,7 +74,7 @@ BDEPEND="
20 S="${WORKDIR}/${MY_P}"
21
22 pkg_setup() {
23 - if use !dedicated && use !server ; then
24 + if ! use dedicated && ! use server ; then
25 ewarn "Disabling server USE flag will make it impossible to start local"
26 ewarn "games, but you will still be able to join multiplayer games."
27 fi
28 @@ -129,7 +129,6 @@ src_configure() {
29 if use qt5 ; then
30 local -x MOCCMD=$(qt5_get_bindir)/moc
31 myclient+=( qt )
32 - append-cxxflags -std=c++11
33 fi
34 fi
35 myeconfargs+=(