Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/freeciv/
Date: Sun, 12 Sep 2021 20:20:18
Message-Id: 1631477950.335e30dfbd1e00e8825d2fabd4ba4d4de57c65ef.ionen@gentoo
1 commit: 335e30dfbd1e00e8825d2fabd4ba4d4de57c65ef
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 19:39:10 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 12 20:19:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335e30df
7
8 games-strategy/freeciv: flag-o-matic-- for UnusedInherits
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 games-strategy/freeciv/freeciv-2.6.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/games-strategy/freeciv/freeciv-2.6.4.ebuild b/games-strategy/freeciv/freeciv-2.6.4.ebuild
16 index 9b33682fa13..e95f07c0ace 100644
17 --- a/games-strategy/freeciv/freeciv-2.6.4.ebuild
18 +++ b/games-strategy/freeciv/freeciv-2.6.4.ebuild
19 @@ -5,10 +5,11 @@ EAPI=7
20
21 LUA_COMPAT=( lua5-3 )
22
23 +inherit desktop lua-single qmake-utils xdg
24 +
25 MY_PV="${PV/_beta/-beta}"
26 MY_PV="${MY_PV/_rc/-RC}"
27 MY_P="${PN}-${MY_PV}"
28 -inherit desktop flag-o-matic lua-single qmake-utils xdg
29
30 DESCRIPTION="Multiplayer strategy game (Civilization Clone)"
31 HOMEPAGE="http://www.freeciv.org/"