diff options
author | David Seifert <soap@gentoo.org> | 2020-02-13 22:36:32 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-13 22:36:32 +0100 |
commit | f36c21d30467942a5ae9b965cb9a346de31094c0 (patch) | |
tree | 6b7a045b8151c08f3d0028ff40c402aeee55ad68 /games-strategy | |
parent | games-sports/trigger: [QA] inherit toolchain-funcs.eclass directly (diff) | |
download | gentoo-f36c21d30467942a5ae9b965cb9a346de31094c0.tar.gz gentoo-f36c21d30467942a5ae9b965cb9a346de31094c0.tar.bz2 gentoo-f36c21d30467942a5ae9b965cb9a346de31094c0.zip |
games-strategy/wesnoth: [QA] inherit toolchain-funcs.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.7.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.14.9.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.15.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild index b9dfa00f4e09..b34a30910778 100644 --- a/games-strategy/wesnoth/wesnoth-1.14.7.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.14.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake user +inherit cmake toolchain-funcs user 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 b3e5de36c896..6f718f0b23ef 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 user xdg +inherit cmake 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.2.ebuild b/games-strategy/wesnoth/wesnoth-1.15.2.ebuild index b3e5de36c896..e78b5be4d42a 100644 --- a/games-strategy/wesnoth/wesnoth-1.15.2.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.15.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake user xdg +inherit cmake user toolchain-funcs xdg DESCRIPTION="Battle for Wesnoth - A fantasy turn-based strategy game" HOMEPAGE="http://www.wesnoth.org |