diff options
author | Sam James <sam@gentoo.org> | 2021-08-01 07:46:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-01 19:27:36 +0100 |
commit | cd69536ba667f4a7abc1f1dab80bcc85b6c56f19 (patch) | |
tree | f4332132627476827546642f6d49697d3bea8363 /games-strategy/freeciv | |
parent | dev-libs/log4cplus: drop obsolete qt5 C++11 workaround (diff) | |
download | gentoo-cd69536ba667f4a7abc1f1dab80bcc85b6c56f19.tar.gz gentoo-cd69536ba667f4a7abc1f1dab80bcc85b6c56f19.tar.bz2 gentoo-cd69536ba667f4a7abc1f1dab80bcc85b6c56f19.zip |
games-strategy/freeciv: drop obsolete qt5 C++11 workaround
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/freeciv-2.6.4.ebuild | 3 |
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+=( |