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 AF6FE1382C5 for ; Thu, 22 Feb 2018 22:19:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16EEDE094B; Thu, 22 Feb 2018 22:19:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E8E5DE0936 for ; Thu, 22 Feb 2018 22:19:42 +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 024F2335C50 for ; Thu, 22 Feb 2018 22:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC16F238 for ; Thu, 22 Feb 2018 22:19:38 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519337654.dedf5eab6ea3ac9c150a288ef5c4665e1cbaeb03.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dedf5eab6ea3ac9c150a288ef5c4665e1cbaeb03 X-VCS-Branch: master Date: Thu, 22 Feb 2018 22:19:38 +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: ef26f518-d5aa-40ef-aa29-8b2489747d26 X-Archives-Hash: 2a06728f1671a18b77e7f4f710b31da2 commit: dedf5eab6ea3ac9c150a288ef5c4665e1cbaeb03 Author: Andreas Sturmlechner gmail com> AuthorDate: Thu Feb 22 19:35:55 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 22 22:14:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=dedf5eab qt5-build.eclass: Set qtchooser default.conf link to qt5.conf eclass/qt5-build.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 69566c42..b381c284 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -325,6 +325,8 @@ qt5-build_src_install() { # convenience symlinks dosym qt5-"${CHOST}".conf /etc/xdg/qtchooser/5.conf dosym qt5-"${CHOST}".conf /etc/xdg/qtchooser/qt5.conf + # TODO bug 522646: write an eselect module to manage default.conf + dosym qt5.conf /etc/xdg/qtchooser/default.conf fi qt5_install_module_config