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 398A31382CA for ; Sat, 26 Oct 2013 20:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD35EE0B46; Sat, 26 Oct 2013 20:10:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6272AE08E1 for ; Sat, 26 Oct 2013 20:10:37 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7961533EF38 for ; Sat, 26 Oct 2013 20:10:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2DA31E401D for ; Sat, 26 Oct 2013 20:10:35 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1382808146.9f40cc448cb2b52c90af86e0dc14a5cc61359ba8.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: / X-VCS-Repository: proj/catalyst X-VCS-Files: catalyst X-VCS-Directories: / X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9f40cc448cb2b52c90af86e0dc14a5cc61359ba8 X-VCS-Branch: master Date: Sat, 26 Oct 2013 20:10:35 +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: 14a241cd-62df-4848-aad0-51daddaf43b1 X-Archives-Hash: 800d1002330c40216334dbbcf2397f69 commit: 9f40cc448cb2b52c90af86e0dc14a5cc61359ba8 Author: Dylan Baker gmail com> AuthorDate: Sun Oct 13 09:07:35 2013 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 26 17:22:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=9f40cc44 catalyst: Specify python2 rather than the generic python This allows catalyst to work regardless of whether a user prefers that usr/bin/python be python 2.x or 3.x. Reviewed-by: Matt Turner gmail.com> --- 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