Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/gnu-classpath/
Date: Tue, 30 May 2017 22:42:39
Message-Id: 1496184140.a5a24ce961a8e624f93a44cf8161a3f76f82cdfb.chewi@gentoo
1 commit: a5a24ce961a8e624f93a44cf8161a3f76f82cdfb
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 22:42:20 2017 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 22:42:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a24ce9
7
8 dev-java/gnu-classpath: Force Qt version, fixes bug #619004
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild b/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild
16 index a8d1cb55b48..da840a48a04 100644
17 --- a/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild
18 +++ b/dev-java/gnu-classpath/gnu-classpath-0.98-r5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -77,6 +77,9 @@ src_configure() {
26 chmod 755 tools/gjdoc.build || die
27 fi
28
29 + # Force Qt version, bug #619004.
30 + export QT_SELECT=qt4
31 +
32 ANTLR= ./configure \
33 $(use_enable alsa) \
34 $(use_enable debug ) \