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 62E0713877A for ; Tue, 22 Jul 2014 13:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63C84E0FA7; Tue, 22 Jul 2014 13:28:54 +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 EB52FE0FA7 for ; Tue, 22 Jul 2014 13:28:53 +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 14A7D33F3CC for ; Tue, 22 Jul 2014 13:28:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id C936A193E5 for ; Tue, 22 Jul 2014 13:28:50 +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: <1406035715.f7b1d4a134e113fe278883e2be1ba854b79929c8.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/polkit-qt/ X-VCS-Repository: proj/kde X-VCS-Files: sys-auth/polkit-qt/polkit-qt-9999.ebuild X-VCS-Directories: sys-auth/polkit-qt/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f7b1d4a134e113fe278883e2be1ba854b79929c8 X-VCS-Branch: master Date: Tue, 22 Jul 2014 13:28:50 +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: f60c3931-b0aa-47b4-a593-3e38f71b00ad X-Archives-Hash: 7ad2fab6919058cb14d5bcabece62730 commit: f7b1d4a134e113fe278883e2be1ba854b79929c8 Author: Michael Palimaka gentoo org> AuthorDate: Tue Jul 22 13:28:35 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Jul 22 13:28:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f7b1d4a1 [sys-auth/polkit-qt] Sync with portage. Package-Manager: portage-2.2.10 --- sys-auth/polkit-qt/polkit-qt-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index 75ffd34..011c77b 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils multibuild git-r3 DESCRIPTION="PolicyKit Qt4 API wrapper library." -HOMEPAGE="http://kde.org/" +HOMEPAGE="http://www.kde.org/" EGIT_REPO_URI=( "git://anongit.kde.org/polkit-qt-1" ) LICENSE="LGPL-2" @@ -48,6 +48,7 @@ pkg_setup() { src_configure() { myconfigure() { local mycmakeargs=( + -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc $(cmake-utils_use_build examples) )