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 77B7E139084 for ; Fri, 16 Dec 2016 08:39:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A917FE0C23; Fri, 16 Dec 2016 08:39:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 83B16E0C23 for ; Fri, 16 Dec 2016 08:39:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4828F34121E for ; Fri, 16 Dec 2016 08:39:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47C8671B for ; Fri, 16 Dec 2016 08:39:39 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1481877535.880a0549e159f4aea397abdf33a60291de0609b9.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/consolekit/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/consolekit/consolekit-1.1.0-r1.ebuild sys-auth/consolekit/consolekit-9999.ebuild X-VCS-Directories: sys-auth/consolekit/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 880a0549e159f4aea397abdf33a60291de0609b9 X-VCS-Branch: master Date: Fri, 16 Dec 2016 08:39:39 +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: 2c9efad4-162b-44cb-a703-584c6ac12c03 X-Archives-Hash: aa89f71759ece7b0946c930b29dcf2a3 commit: 880a0549e159f4aea397abdf33a60291de0609b9 Author: Fabian Groffen gentoo org> AuthorDate: Fri Dec 16 08:38:55 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Fri Dec 16 08:38:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=880a0549 sys-auth/consolekit: fix Prefix installation by Jens Lindenmeier, bug #602570 Package-Manager: portage-2.3.0 sys-auth/consolekit/consolekit-1.1.0-r1.ebuild | 2 +- sys-auth/consolekit/consolekit-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild b/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild index 7b6101c..37fbef2 100644 --- a/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild +++ b/sys-auth/consolekit/consolekit-1.1.0-r1.ebuild @@ -84,7 +84,7 @@ src_configure() { $(use_enable test tests) \ --with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \ --with-pam-module-dir="$(getpam_mod_dir)" \ - --with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \ + --with-xinitrc-dir="${EPREFIX}"/etc/X11/xinit/xinitrc.d \ --without-systemdsystemunitdir } diff --git a/sys-auth/consolekit/consolekit-9999.ebuild b/sys-auth/consolekit/consolekit-9999.ebuild index f743a67..c68b565 100644 --- a/sys-auth/consolekit/consolekit-9999.ebuild +++ b/sys-auth/consolekit/consolekit-9999.ebuild @@ -81,7 +81,7 @@ src_configure() { $(use_enable test tests) \ --with-dbus-services="${EPREFIX}"/usr/share/dbus-1/services \ --with-pam-module-dir="$(getpam_mod_dir)" \ - --with-xinitrc-dir=/etc/X11/xinit/xinitrc.d \ + --with-xinitrc-dir="${EPREFIX}"/etc/X11/xinit/xinitrc.d \ --without-systemdsystemunitdir }