diff options
author | 2020-05-21 12:58:43 +0200 | |
---|---|---|
committer | 2020-06-03 21:16:40 +0100 | |
commit | 101a9aa9115ffb09b35a8b7d426499bb6ea00ce1 (patch) | |
tree | 306a6201477ef0af18522160df47ca5c4258d62f /games-strategy | |
parent | media-tv/tvheadend: Upstream merged a couple of patches to master (diff) | |
download | gentoo-101a9aa9115ffb09b35a8b7d426499bb6ea00ce1.tar.gz gentoo-101a9aa9115ffb09b35a8b7d426499bb6ea00ce1.tar.bz2 gentoo-101a9aa9115ffb09b35a8b7d426499bb6ea00ce1.zip |
games-strategy/wesnoth: add missing flag-o-matic inherit
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15902
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.11.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.9.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.15.3.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.11.ebuild b/games-strategy/wesnoth/wesnoth-1.14.11.ebuild index f11fafb5b6d..407e3840468 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.11.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.11.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake toolchain-funcs xdg +inherit cmake flag-o-matic toolchain-funcs xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org diff --git a/games-strategy/wesnoth/wesnoth-1.14.9.ebuild b/games-strategy/wesnoth/wesnoth-1.14.9.ebuild index 6f718f0b23e..dd0a982c833 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.9.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake toolchain-funcs user xdg +inherit cmake flag-o-matic toolchain-funcs user xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org diff --git a/games-strategy/wesnoth/wesnoth-1.15.3.ebuild b/games-strategy/wesnoth/wesnoth-1.15.3.ebuild index f11fafb5b6d..407e3840468 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.3.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake toolchain-funcs xdg +inherit cmake flag-o-matic toolchain-funcs xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org |