commit:     581fd5d7e9397b483dbc6254f91e46ba2bcc16b0
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 30 01:42:51 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Sep 30 01:46:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581fd5d7

sys-devel/qconf: use Qt binaries directly

The presence of qtchooser is not guaranteed and cannot be relied upon.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 sys-devel/qconf/qconf-2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index bc7eec1fe01..2be7da306de 100644
--- a/sys-devel/qconf/qconf-2.3.ebuild
+++ b/sys-devel/qconf/qconf-2.3.ebuild
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
        econf \
-               --qtselect="5" \
+               --qtdir="$(qt5_get_libdir)/qt5" \
                --extraconf=QMAKE_STRIP= \
                --verbose || die
 

Reply via email to