commit: 0e2cbd14fce8b3c50601d88ca22297435f9d44ac
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 18:28:09 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 18:28:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2cbd14
force qt4 since that's what the ebuild was marked stable with (bug #560782)
Package-Manager: portage-2.2.20.1
games-util/antimicro/antimicro-2.10.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-util/antimicro/antimicro-2.10.1.ebuild
b/games-util/antimicro/antimicro-2.10.1.ebuild
index c3be6e4..47b7f10 100644
--- a/games-util/antimicro/antimicro-2.10.1.ebuild
+++ b/games-util/antimicro/antimicro-2.10.1.ebuild
@@ -27,5 +27,5 @@ src_configure() {
-DUSE_SDL_2=ON
)
- cmake-utils_src_configure
+ QT_SELECT=4 cmake-utils_src_configure
}