From: Michael Sterrett Date: Fri, 18 Sep 2015 18:28:09 +0000 (-0400) Subject: force qt4 since that's what the ebuild was marked stable with (bug #560782) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0e2cbd14fce8b3c50601d88ca22297435f9d44ac;p=gentoo.git force qt4 since that's what the ebuild was marked stable with (bug #560782) Package-Manager: portage-2.2.20.1 --- diff --git a/games-util/antimicro/antimicro-2.10.1.ebuild b/games-util/antimicro/antimicro-2.10.1.ebuild index c3be6e4a0310..47b7f10a3fd6 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 }