commit: 183cd703980c2e0b36654ee4137d78b669e0253d Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me> AuthorDate: Sat Dec 30 16:55:48 2017 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 13:01:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=183cd703
games-strategy/0ad: add missing setup-wxwidgets() Closes: https://bugs.gentoo.org/642748 Closes: https://github.com/gentoo/gentoo/pull/6691 games-strategy/0ad/0ad-0.0.22_alpha.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-strategy/0ad/0ad-0.0.22_alpha.ebuild b/games-strategy/0ad/0ad-0.0.22_alpha.ebuild index 73de7d6ddbe..1cb088436b4 100644 --- a/games-strategy/0ad/0ad-0.0.22_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.22_alpha.ebuild @@ -51,6 +51,7 @@ S="${WORKDIR}/${MY_P}" pkg_setup() { python-any-r1_pkg_setup + use editor && setup-wxwidgets } PATCHES=(
