dev-java/gnu-classpath: Force Qt version, fixes bug #619004

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
James Le Cuirot
2017-05-30 23:42:20 +01:00
parent d57584baed
commit a5a24ce961

View 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 ) \