summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-01 07:46:42 +0100
committerSam James <sam@gentoo.org>2021-08-01 19:27:36 +0100
commitcd69536ba667f4a7abc1f1dab80bcc85b6c56f19 (patch)
treef4332132627476827546642f6d49697d3bea8363
parentdev-libs/log4cplus: drop obsolete qt5 C++11 workaround (diff)
downloadgentoo-cd69536b.tar.gz
gentoo-cd69536b.tar.bz2
gentoo-cd69536b.zip
games-strategy/freeciv: drop obsolete qt5 C++11 workaround
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--games-strategy/freeciv/freeciv-2.6.4.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/games-strategy/freeciv/freeciv-2.6.4.ebuild b/games-strategy/freeciv/freeciv-2.6.4.ebuild
index 93e090d0ab52..9b33682fa13a 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+=(