commit: 1caa0aa82631f75e1e6b7c27580a62a688d266d1 Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com> AuthorDate: Sat Sep 7 16:00:25 2019 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Sep 7 16:09:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1caa0aa8
games-engines/odamex: Call setup-wxwidgets The wxwidgets eclass requires setup-wxwidgets to be called to set up the environment for wxGTK. In addition, WX_GTK_VER is updated to select the 3.0-gtk3 slot. Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12882 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-engines/odamex/odamex-0.8.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games-engines/odamex/odamex-0.8.1.ebuild b/games-engines/odamex/odamex-0.8.1.ebuild index 687e1349aab..8cfa9cbee75 100644 --- a/games-engines/odamex/odamex-0.8.1.ebuild +++ b/games-engines/odamex/odamex-0.8.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -WX_GTK_VER="3.0" +WX_GTK_VER="3.0-gtk3" inherit cmake-utils desktop wxwidgets xdg DESCRIPTION="Online multiplayer free software engine for DOOM" @@ -39,6 +39,9 @@ PATCHES=( src_prepare() { rm -r libraries/libminiupnpc odamex.wad || die + + setup-wxwidgets + cmake-utils_src_prepare }