commit:     cd69536ba667f4a7abc1f1dab80bcc85b6c56f19
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  1 06:46:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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+=(

Reply via email to