Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/
Date: Fri, 16 Apr 2021 10:25:18
Message-Id: 1618567974.4c84e7768bd1cc84c02f38dacb55b900e45eda43.soap@gentoo
1 commit: 4c84e7768bd1cc84c02f38dacb55b900e45eda43
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 16 10:12:54 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 16 10:12:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c84e776
7
8 games-strategy/freeciv: eutils->desktop
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 games-strategy/freeciv/freeciv-2.5.12.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/games-strategy/freeciv/freeciv-2.5.12.ebuild b/games-strategy/freeciv/freeciv-2.5.12.ebuild
17 index 4e4d76e3938..068b8162f15 100644
18 --- a/games-strategy/freeciv/freeciv-2.5.12.ebuild
19 +++ b/games-strategy/freeciv/freeciv-2.5.12.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 -inherit autotools eutils flag-o-matic gnome2-utils ltprune
27 +inherit autotools desktop flag-o-matic gnome2-utils ltprune
28
29 DESCRIPTION="multiplayer strategy game (Civilization Clone)"
30 HOMEPAGE="http://www.freeciv.org/"
31 @@ -58,7 +58,7 @@ DEPEND="${RDEPEND}
32 )"
33
34 pkg_setup() {
35 - if use !dedicated && use !server ; then
36 + if ! use dedicated && ! use server ; then
37 ewarn "Disabling server USE flag will make it impossible"
38 ewarn "to start local games, but you will still be able to"
39 ewarn "join multiplayer games."