dev-java/gnu-classpath: Force Qt version, fixes bug #619004
authorJames Le Cuirot <chewi@gentoo.org>
Tue, 30 May 2017 22:42:20 +0000 (23:42 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Tue, 30 May 2017 22:42:20 +0000 (23:42 +0100)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild

index a8d1cb55b48fb6291da38be48e3c93bc3012aee2..da840a48a0466e30e728209fc398e80e91f20553 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -77,6 +77,9 @@ src_configure() {
                chmod 755 tools/gjdoc.build || die
        fi
 
+       # Force Qt version, bug #619004.
+       export QT_SELECT=qt4
+
        ANTLR= ./configure \
                $(use_enable alsa) \
                $(use_enable debug ) \