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 283D1139694 for ; Sat, 22 Apr 2017 11:30:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61826E0C35; Sat, 22 Apr 2017 11:30: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 3EB47E0C35 for ; Sat, 22 Apr 2017 11:30:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3384934106E for ; Sat, 22 Apr 2017 11:30:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9636069BC for ; Sat, 22 Apr 2017 11:30:34 +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: <1492860627.0617e82fe44d635e2a4dc34878bfd139840dd96c.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-r2.ebuild sys-apps/guix/guix-0.12.0-r3.ebuild X-VCS-Directories: sys-apps/guix/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 0617e82fe44d635e2a4dc34878bfd139840dd96c X-VCS-Branch: master Date: Sat, 22 Apr 2017 11:30:34 +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: 60f8f43d-1f61-4496-80c4-6c3b82a7cf17 X-Archives-Hash: 3ac32985b9721534af5e799f4dc48dc8 commit: 0617e82fe44d635e2a4dc34878bfd139840dd96c Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Apr 22 11:29:49 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Apr 22 11:30:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0617e82f sys-apps/guix: add dev-scheme/guile-json to DEPENDs Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-apps/guix/{guix-0.12.0-r2.ebuild => guix-0.12.0-r3.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/guix/guix-0.12.0-r2.ebuild b/sys-apps/guix/guix-0.12.0-r3.ebuild similarity index 99% rename from sys-apps/guix/guix-0.12.0-r2.ebuild rename to sys-apps/guix/guix-0.12.0-r3.ebuild index a1ae6f6727b..8437139191d 100644 --- a/sys-apps/guix/guix-0.12.0-r2.ebuild +++ b/sys-apps/guix/guix-0.12.0-r3.ebuild @@ -52,6 +52,7 @@ RESTRICT=test # complains about size of config.log and refuses to start tests RDEPEND=" dev-libs/libgcrypt:0= >=dev-scheme/guile-2 + dev-scheme/guile-json sys-libs/zlib app-arch/bzip2 dev-db/sqlite