commit: a5a24ce961a8e624f93a44cf8161a3f76f82cdfb
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue May 30 22:42:20 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue May 30 22:42:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a24ce9
dev-java/gnu-classpath: Force Qt version, fixes bug #619004
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild
b/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild
index a8d1cb55b48..da840a48a04 100644
--- a/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild
+++ b/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild
@@ -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 ) \