commit: 4c84e7768bd1cc84c02f38dacb55b900e45eda43 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 16 10:12:54 2021 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 10:12:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c84e776
games-strategy/freeciv: eutils->desktop Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: David Seifert <soap <AT> gentoo.org> games-strategy/freeciv/freeciv-2.5.12.ebuild | 6 +++--- 1 file 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 4e4d76e3938..068b8162f15 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."
