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 96C1E139085 for ; Wed, 8 Feb 2017 22:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3D40E0C50; Wed, 8 Feb 2017 22:05:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8B961E0C50 for ; Wed, 8 Feb 2017 22:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4C7F034164C for ; Wed, 8 Feb 2017 22:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B59CD3D60 for ; Wed, 8 Feb 2017 22:05:35 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1486591514.ddd177639dfede578d97a4dba8d3526ac6cfcb02.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/guix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/guix/guix-0.12.0-r1.ebuild sys-apps/guix/guix-0.12.0-r2.ebuild X-VCS-Directories: sys-apps/guix/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ddd177639dfede578d97a4dba8d3526ac6cfcb02 X-VCS-Branch: master Date: Wed, 8 Feb 2017 22:05:35 +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: 7f182b6b-05a6-4f6e-9c7b-3c041ca57877 X-Archives-Hash: 91a2a2e202f2d70d802d2cc8bce0f78b commit: ddd177639dfede578d97a4dba8d3526ac6cfcb02 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Feb 8 21:49:40 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Feb 8 22:05:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd17763 sys-apps/guix: fix 'localstatedir' to poin to /var/guix The path is used by /gnu/store binaries and is expected location for ebuild itself. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/guix/{guix-0.12.0-r1.ebuild => guix-0.12.0-r2.ebuild} | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sys-apps/guix/guix-0.12.0-r1.ebuild b/sys-apps/guix/guix-0.12.0-r2.ebuild similarity index 95% rename from sys-apps/guix/guix-0.12.0-r1.ebuild rename to sys-apps/guix/guix-0.12.0-r2.ebuild index 1cdbf8f156..5acef29608 100644 --- a/sys-apps/guix/guix-0.12.0-r1.ebuild +++ b/sys-apps/guix/guix-0.12.0-r2.ebuild @@ -97,6 +97,12 @@ pkg_setup() { done } +src_configure() { + # to be compatible with guix from /gnu/store + econf \ + --localstatedir="${EPREFIX}"/var +} + src_prepare() { copy_boot_guile_binaries @@ -116,6 +122,7 @@ src_install() { readme.gentoo_create_doc + keepdir /etc/guix # TODO: will need a tweak for prefix keepdir /gnu/store fowners root:guixbuild /gnu/store