From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9FB2313888F for ; Tue, 6 Oct 2015 06:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0515BE07F7; Tue, 6 Oct 2015 06:53:07 +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 9FB73E07F7 for ; Tue, 6 Oct 2015 06:53:06 +0000 (UTC) Received: from professor-x (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 422733407D0 for ; Tue, 6 Oct 2015 06:53:05 +0000 (UTC) Date: Mon, 5 Oct 2015 23:52:15 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH] update python requirements to 2.7 Message-ID: <20151005235215.6ee29d86.dolsen@gentoo.org> In-Reply-To: <1444098969-12445-1-git-send-email-vapier@gentoo.org> References: <1444098969-12445-1-git-send-email-vapier@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: 5f5532d5-cde0-4e3f-952f-858ec51798bd X-Archives-Hash: 5e5f0e357509bc9623c68ef7f7751329 On Mon, 5 Oct 2015 22:36:09 -0400 Mike Frysinger wrote: > We don't test older versions anywhere anymore as it's not in the tree. > --- > README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README b/README > index 0a0373c..46a99e8 100644 > --- a/README > +++ b/README > @@ -19,7 +19,7 @@ simple and reproducable manner. Use at your own > risk. Requirements > ======================= > > -- Python 2.4 or greater (may still work with 2.3) > +- Python 2.7 or greater (may still work with 2.6) > - An ebuild repository snapshot (or an ebuild tree to create one) > - A generic stage3 tarball for your architecture > - shash for digest support merge please.. one less thing to edit for the release :) -- Brian Dolbec