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 08E151389E2 for ; Sat, 20 Dec 2014 14:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17667E08A5; Sat, 20 Dec 2014 14:24:16 +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 B0DAFE08A5 for ; Sat, 20 Dec 2014 14:24:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E63093405E5 for ; Sat, 20 Dec 2014 14:24:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 91387CECF for ; Sat, 20 Dec 2014 14:24:13 +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: <1419085457.cbd3c796d3181d99ef298a2059cc0b2f40606126.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cbd3c796d3181d99ef298a2059cc0b2f40606126 X-VCS-Branch: master Date: Sat, 20 Dec 2014 14:24:13 +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: 2be9523d-fe87-43bd-bf5d-c60b7240dd24 X-Archives-Hash: 7a8ba822ab637f5776405e189deaeabb commit: cbd3c796d3181d99ef298a2059cc0b2f40606126 Author: Michael Palimaka gentoo org> AuthorDate: Sat Dec 20 14:24:17 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Dec 20 14:24:17 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=cbd3c796 [eclass] Stop setting SYSCONF_INSTALL_DIR since it set by default in >=extra-cmake-modules-1.5.0 --- eclass/kde5.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 2ed255c..e6963e3 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -382,9 +382,6 @@ kde5_src_configure() { cmakeargs+=( -DBUILD_TESTING=OFF ) fi - # make sure config files go to /etc instead of /usr/etc - cmakeargs+=(-DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc) - # install mkspecs in the same directory as qt stuff cmakeargs+=(-DKDE_INSTALL_USE_QT_SYS_PATHS=ON)