diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-05-21 12:58:43 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-06-03 21:16:40 +0100 |
commit | 101a9aa9115ffb09b35a8b7d426499bb6ea00ce1 (patch) | |
tree | 306a6201477ef0af18522160df47ca5c4258d62f /games-strategy/wesnoth/wesnoth-1.14.9.ebuild | |
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/wesnoth/wesnoth-1.14.9.ebuild')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.9.ebuild b/games-strategy/wesnoth/wesnoth-1.14.9.ebuild index 6f718f0b23ef..dd0a982c833b 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 |