diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-09-12 15:39:10 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-09-12 16:19:10 -0400 |
commit | 335e30dfbd1e00e8825d2fabd4ba4d4de57c65ef (patch) | |
tree | 651138a52af94e927dd048b1d1d4a867fdb76f25 /games-strategy | |
parent | media-libs/libsdl: toolchain-funcs++ for IndirectInherits (diff) | |
download | gentoo-335e30dfbd1e00e8825d2fabd4ba4d4de57c65ef.tar.gz gentoo-335e30dfbd1e00e8825d2fabd4ba4d4de57c65ef.tar.bz2 gentoo-335e30dfbd1e00e8825d2fabd4ba4d4de57c65ef.zip |
games-strategy/freeciv: flag-o-matic-- for UnusedInherits
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/freeciv/freeciv-2.6.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-strategy/freeciv/freeciv-2.6.4.ebuild b/games-strategy/freeciv/freeciv-2.6.4.ebuild index 9b33682fa13a..e95f07c0aced 100644 --- a/games-strategy/freeciv/freeciv-2.6.4.ebuild +++ b/games-strategy/freeciv/freeciv-2.6.4.ebuild @@ -5,10 +5,11 @@ EAPI=7 LUA_COMPAT=( lua5-3 ) +inherit desktop lua-single qmake-utils xdg + MY_PV="${PV/_beta/-beta}" MY_PV="${MY_PV/_rc/-RC}" MY_P="${PN}-${MY_PV}" -inherit desktop flag-o-matic lua-single qmake-utils xdg DESCRIPTION="Multiplayer strategy game (Civilization Clone)" HOMEPAGE="http://www.freeciv.org/" |