From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-catalyst+bounces-2777-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 AC51A1381F3
	for <garchives@archives.gentoo.org>; Sun, 13 Oct 2013 09:07:43 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 998F3E0962;
	Sun, 13 Oct 2013 09:07:41 +0000 (UTC)
Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 11323E0962
	for <gentoo-catalyst@lists.gentoo.org>; Sun, 13 Oct 2013 09:07:40 +0000 (UTC)
Received: by mail-pd0-f179.google.com with SMTP id v10so6120801pde.24
        for <gentoo-catalyst@lists.gentoo.org>; Sun, 13 Oct 2013 02:07:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=from:to:cc:subject:date:message-id;
        bh=0HuyPO17UMNAWpbbwWBce8y5ELi0H8SjfQ1TvLmBMiM=;
        b=1Dmhrvg0OYPLeyCu5NxemUV6q+9po2H9yw6RM649LtDRBAx+ARSCWdVSgUhnrL/4mL
         5ELkprkMIAQBU6xvCkkD3fb3ZlrHSS7UwR5h9CYTGIjtH0Uv9Jin2Lg1PPhPs04mwaqm
         JJhAJcFaoiy47UdU1q7c8/jVZA529+AwYDxRf52sMzBqdEwPrO46SoLPy6Xu/4wBN/6S
         zbw12bMHBwpBxL8VSIPpGaoEmG8DJv8utzEUrsy2FHg7ff/n/ZCd/Nyz68VbSQkPZaBE
         VPJnYJThJEEV7lMMwI9nunEqgELyftf0rYNx8VFfZMI0AF8UWvVtOtgrjNbtEm3EiJo0
         +CxQ==
X-Received: by 10.66.242.17 with SMTP id wm17mr31545594pac.102.1381655259936;
        Sun, 13 Oct 2013 02:07:39 -0700 (PDT)
Received: from moiraine.shinigami ([50.126.105.238])
        by mx.google.com with ESMTPSA id kd1sm82991001pab.20.1969.12.31.16.00.00
        (version=TLSv1.2 cipher=RC4-SHA bits=128/128);
        Sun, 13 Oct 2013 02:07:39 -0700 (PDT)
From: Dylan Baker <baker.dylan.c@gmail.com>
To: gentoo-catalyst@lists.gentoo.org
Cc: Dylan Baker <baker.dylan.c@gmail.com>
Subject: [gentoo-catalyst] [Patch v2 1/4] catalyst: Specify python2 rather than the generic python
Date: Sun, 13 Oct 2013 02:07:35 -0700
Message-Id: <1381655258-6084-1-git-send-email-baker.dylan.c@gmail.com>
X-Mailer: git-send-email 1.8.1.5
Precedence: bulk
List-Post: <mailto:gentoo-catalyst@lists.gentoo.org>
List-Help: <mailto:gentoo-catalyst+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-catalyst+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-catalyst+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-catalyst.gentoo.org>
X-BeenThere: gentoo-catalyst@lists.gentoo.org
Reply-to: gentoo-catalyst@lists.gentoo.org
X-Archives-Salt: 8c6696aa-c189-4a92-83cd-aca1d149038e
X-Archives-Hash: d415cbbd15a73c0b6628849d1eb84fb0

This allows catalyst to work regardless of whether a user prefers that
usr/bin/python be python 2.x or 3.x.
---
 catalyst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/catalyst b/catalyst
index 4550d05..11560fb 100755
--- a/catalyst
+++ b/catalyst
@@ -1,4 +1,4 @@
-#!/usr/bin/python -OO
+#!/usr/bin/python2 -OO
 
 # Maintained in full by:
 # Catalyst Team <catalyst@gentoo.org>
-- 
1.8.1.5