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 8D64413888F for ; Tue, 6 Oct 2015 13:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ABB121C007; Tue, 6 Oct 2015 13:46:26 +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 7AECA21C007 for ; Tue, 6 Oct 2015 13:46:25 +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 550D4340B23 for ; Tue, 6 Oct 2015 13:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 215AFAB3 for ; Tue, 6 Oct 2015 13:46:18 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1444097927.2d1324fb7b1890a0f1afd71a5a95c217f5c1722e.vapier@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: README X-VCS-Directories: / X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 2d1324fb7b1890a0f1afd71a5a95c217f5c1722e X-VCS-Branch: master Date: Tue, 6 Oct 2015 13:46:18 +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: e7c0851c-5c4b-4b84-822a-18f8ec9ff661 X-Archives-Hash: b744a47364105de2bdf59bd3d69ad350 commit: 2d1324fb7b1890a0f1afd71a5a95c217f5c1722e Author: Mike Frysinger gentoo org> AuthorDate: Tue Oct 6 02:18:47 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Oct 6 02:18:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2d1324fb update python requirements to 2.7 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