From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13C251396D0 for ; Sat, 30 Sep 2017 01:46:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E794E0D1A; Sat, 30 Sep 2017 01:46:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1DF0CE0D1A for ; Sat, 30 Sep 2017 01:46:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A7B163417D0 for ; Sat, 30 Sep 2017 01:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C56D38F9D for ; Sat, 30 Sep 2017 01:46:23 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506735972.581fd5d7e9397b483dbc6254f91e46ba2bcc16b0.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/qconf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/qconf/qconf-2.3.ebuild X-VCS-Directories: sys-devel/qconf/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 581fd5d7e9397b483dbc6254f91e46ba2bcc16b0 X-VCS-Branch: master Date: Sat, 30 Sep 2017 01:46:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0670ddf0-aa7e-464a-a70e-5a808f4de145 X-Archives-Hash: c7605eb78ceec994ab0f5d300ef2ab58 commit: 581fd5d7e9397b483dbc6254f91e46ba2bcc16b0 Author: Michael Palimaka gentoo org> AuthorDate: Sat Sep 30 01:42:51 2017 +0000 Commit: Michael Palimaka gentoo 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