diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 12:12:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-16 12:12:54 +0200 |
commit | 4c84e7768bd1cc84c02f38dacb55b900e45eda43 (patch) | |
tree | 09f0c29c932f87b38824210427ae4e01ffa354d7 /games-strategy/freeciv | |
parent | dev-util/mingw64-runtime: eutils-- (diff) | |
download | gentoo-4c84e7768bd1cc84c02f38dacb55b900e45eda43.tar.gz gentoo-4c84e7768bd1cc84c02f38dacb55b900e45eda43.tar.bz2 gentoo-4c84e7768bd1cc84c02f38dacb55b900e45eda43.zip |
games-strategy/freeciv: eutils->desktop
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy/freeciv')
-rw-r--r-- | games-strategy/freeciv/freeciv-2.5.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/freeciv/freeciv-2.5.12.ebuild b/games-strategy/freeciv/freeciv-2.5.12.ebuild index 4e4d76e39381..068b8162f155 100644 --- a/games-strategy/freeciv/freeciv-2.5.12.ebuild +++ b/games-strategy/freeciv/freeciv-2.5.12.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils flag-o-matic gnome2-utils ltprune +inherit autotools desktop flag-o-matic gnome2-utils ltprune DESCRIPTION="multiplayer strategy game (Civilization Clone)" HOMEPAGE="http://www.freeciv.org/" @@ -58,7 +58,7 @@ DEPEND="${RDEPEND} )" pkg_setup() { - if use !dedicated && use !server ; then + if ! use dedicated && ! use server ; then ewarn "Disabling server USE flag will make it impossible" ewarn "to start local games, but you will still be able to" ewarn "join multiplayer games." |