From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-841516-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 00B00138BED
	for <garchives@archives.gentoo.org>; Tue, 20 Oct 2015 20:28:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 76BA621C028;
	Tue, 20 Oct 2015 20:28:45 +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 1C9E021C028
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2015 20:28:45 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 11D5E340877
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2015 20:28:42 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ABB451457
	for <gentoo-commits@lists.gentoo.org>; Tue, 20 Oct 2015 20:28:39 +0000 (UTC)
From: "Richard Farina" <zerochaos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" <zerochaos@gentoo.org>
Message-ID: <1445372860.fca0bdba71cc08e7e70d2c850092a259263654f2.zerochaos@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catalyst/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/catalyst/catalyst-9999.ebuild
X-VCS-Directories: dev-util/catalyst/
X-VCS-Committer: zerochaos
X-VCS-Committer-Name: Richard Farina
X-VCS-Revision: fca0bdba71cc08e7e70d2c850092a259263654f2
X-VCS-Branch: master
Date: Tue, 20 Oct 2015 20:28:39 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 6d1297b6-7f7e-4cbc-8166-98fb2dbd4dcf
X-Archives-Hash: 45cc5854b34c4c76681689c53359c2cd

commit:     fca0bdba71cc08e7e70d2c850092a259263654f2
Author:     Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 20 20:25:36 2015 +0000
Commit:     Richard Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Oct 20 20:27:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca0bdba

dev-util/catalyst: recent commits require newer snakeoil

Package-Manager: portage-2.2.23

 dev-util/catalyst/catalyst-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/catalyst/catalyst-9999.ebuild b/dev-util/catalyst/catalyst-9999.ebuild
index 116a803..a0c932f 100644
--- a/dev-util/catalyst/catalyst-9999.ebuild
+++ b/dev-util/catalyst/catalyst-9999.ebuild
@@ -29,7 +29,7 @@ IUSE="ccache doc kernel_linux"
 
 DEPEND="
 	app-text/asciidoc
-	>=dev-python/snakeoil-0.5.2
+	>=dev-python/snakeoil-0.6.5
 "
 RDEPEND="
 	=dev-python/pydecomp-9999