force qt4 since that's what the ebuild was marked stable with (bug #560782)
authorMichael Sterrett <mr_bones_@gentoo.org>
Fri, 18 Sep 2015 18:28:09 +0000 (14:28 -0400)
committerMichael Sterrett <mr_bones_@gentoo.org>
Fri, 18 Sep 2015 18:28:09 +0000 (14:28 -0400)
Package-Manager: portage-2.2.20.1

games-util/antimicro/antimicro-2.10.1.ebuild

index c3be6e4a0310fcc35e881adedadc453184a473f1..47b7f10a3fd6360bc90cd0bacad0d3f85618f046 100644 (file)
@@ -27,5 +27,5 @@ src_configure() {
                -DUSE_SDL_2=ON
        )
 
-       cmake-utils_src_configure
+       QT_SELECT=4 cmake-utils_src_configure
 }