summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-30 11:42:51 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-30 11:46:12 +1000
commit581fd5d7e9397b483dbc6254f91e46ba2bcc16b0 (patch)
treed513c82be47fabe3f28149344683b1ef824fee9c /sys-devel/qconf/qconf-2.3.ebuild
parentsci-geosciences/qgis: remove 2.18.3-r1 (diff)
downloadgentoo-581fd5d7e9397b483dbc6254f91e46ba2bcc16b0.tar.gz
gentoo-581fd5d7e9397b483dbc6254f91e46ba2bcc16b0.tar.bz2
gentoo-581fd5d7e9397b483dbc6254f91e46ba2bcc16b0.zip
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
Diffstat (limited to 'sys-devel/qconf/qconf-2.3.ebuild')
-rw-r--r--sys-devel/qconf/qconf-2.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/qconf/qconf-2.3.ebuild b/sys-devel/qconf/qconf-2.3.ebuild
index bc7eec1fe011..2be7da306de6 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