sys-devel/qconf: use Qt binaries directly
authorMichael Palimaka <kensington@gentoo.org>
Sat, 30 Sep 2017 01:42:51 +0000 (11:42 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sat, 30 Sep 2017 01:46:12 +0000 (11:46 +1000)
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

index bc7eec1fe0112b7762cf68c447620ff5019c5cdf..2be7da306de6d6e470ddc04ff512ed17c085d22a 100644 (file)
@@ -25,7 +25,7 @@ DEPEND="${RDEPEND}"
 
 src_configure() {
        econf \
-               --qtselect="5" \
+               --qtdir="$(qt5_get_libdir)/qt5" \
                --extraconf=QMAKE_STRIP= \
                --verbose || die