From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 090371391DB for ; Tue, 29 Jul 2014 23:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 495B2E07FB; Tue, 29 Jul 2014 23:40:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A21F1E07FB for ; Tue, 29 Jul 2014 23:40:27 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6926633F8F9 for ; Tue, 29 Jul 2014 23:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 2754318BF0 for ; Tue, 29 Jul 2014 23:40:25 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1406673900.48ab7905a8f855e8ee2c7bffbfdc45f17aad21e8.pesa@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: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 48ab7905a8f855e8ee2c7bffbfdc45f17aad21e8 X-VCS-Branch: master Date: Tue, 29 Jul 2014 23:40:25 +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: 160c4a91-84ef-4910-b520-bc0c1b9d9d1e X-Archives-Hash: 10ba055379bc3eefe18770ade59f0756 commit: 48ab7905a8f855e8ee2c7bffbfdc45f17aad21e8 Author: Davide Pesavento gentoo org> AuthorDate: Tue Jul 29 22:45:00 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Tue Jul 29 22:45:00 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=48ab7905 [qt5-build.eclass] Use /etc/xdg as sysconfdir (upstream default). --- eclass/qt5-build.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 80f4886..464e2d0 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -371,7 +371,7 @@ qt5_prepare_env() { QT5_TRANSLATIONDIR=${QT5_DATADIR}/translations QT5_EXAMPLESDIR=${QT5_DATADIR}/examples QT5_TESTSDIR=${QT5_DATADIR}/tests - QT5_SYSCONFDIR=${EPREFIX}/etc/qt5 + QT5_SYSCONFDIR=${EPREFIX}/etc/xdg if [[ ${QT5_MODULE} == qtbase ]]; then # see mkspecs/features/qt_config.prf