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 32551139085 for ; Mon, 6 Feb 2017 07:54:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D0DFE0DE7; Mon, 6 Feb 2017 07:54:06 +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 4CFAEE0DE7 for ; Mon, 6 Feb 2017 07:54:06 +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 A0B2234168A for ; Mon, 6 Feb 2017 07:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAEE23A86 for ; Mon, 6 Feb 2017 07:53:57 +0000 (UTC) From: "Amy Liffey" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amy Liffey" Message-ID: <1486367562.e44ed4358cc787c3dc207ebb5538b0aca5815cfc.amynka@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-json/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile-json/guile-json-0.6.0.ebuild X-VCS-Directories: dev-scheme/guile-json/ X-VCS-Committer: amynka X-VCS-Committer-Name: Amy Liffey X-VCS-Revision: e44ed4358cc787c3dc207ebb5538b0aca5815cfc X-VCS-Branch: master Date: Mon, 6 Feb 2017 07:53:57 +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: 9a67cbf0-56d8-4c15-9b39-45f56eab3d43 X-Archives-Hash: 6232feb7e2abbac35a9e684b036ae9e9 commit: e44ed4358cc787c3dc207ebb5538b0aca5815cfc Author: Amy Liffey gentoo org> AuthorDate: Mon Feb 6 07:52:42 2017 +0000 Commit: Amy Liffey gentoo org> CommitDate: Mon Feb 6 07:52:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e44ed435 dev-scheme/guile-json: fix dep bug #608296 Package-Manager: portage-2.3.0 dev-scheme/guile-json/guile-json-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-scheme/guile-json/guile-json-0.6.0.ebuild b/dev-scheme/guile-json/guile-json-0.6.0.ebuild index 672c064..eebc9f1 100644 --- a/dev-scheme/guile-json/guile-json-0.6.0.ebuild +++ b/dev-scheme/guile-json/guile-json-0.6.0.ebuild @@ -13,5 +13,5 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-scheme/guile" +RDEPEND=">=dev-scheme/guile-2.0.0" DEPEND="${RDEPEND}"