summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-09-18 14:28:09 -0400
committerMichael Sterrett <mr_bones_@gentoo.org>2015-09-18 14:28:09 -0400
commit0e2cbd14fce8b3c50601d88ca22297435f9d44ac (patch)
treebf44798c1644fb5c1e6b8bcc5fd884a3d934863d /games-util
parentx11-drivers/nvidia-drivers: fix missing dep (/usr/lib64/libnvidia-gtk3.so.355... (diff)
downloadgentoo-0e2cbd14fce8b3c50601d88ca22297435f9d44ac.tar.gz
gentoo-0e2cbd14fce8b3c50601d88ca22297435f9d44ac.tar.bz2
gentoo-0e2cbd14fce8b3c50601d88ca22297435f9d44ac.zip
force qt4 since that's what the ebuild was marked stable with (bug #560782)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-util')
-rw-r--r--games-util/antimicro/antimicro-2.10.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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
}