From 581fd5d7e9397b483dbc6254f91e46ba2bcc16b0 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sat, 30 Sep 2017 11:42:51 +1000 Subject: 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 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 -- cgit v1.2.3-65-gdbad