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 A0C191384B4 for ; Sat, 21 Nov 2015 01:34:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D76BA21C02D; Sat, 21 Nov 2015 01:33:52 +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 C40C921C02B for ; Sat, 21 Nov 2015 01:33:51 +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 EB6FA340AC9 for ; Sat, 21 Nov 2015 01:33:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF48D15FA for ; Sat, 21 Nov 2015 01:33:45 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1447904451.24e7da46a9a6521ff89090c555babd12cfbe589a.dolsen@gentoo> Subject: [gentoo-commits] proj/catalyst:pending commit in: bin/ X-VCS-Repository: proj/catalyst X-VCS-Files: bin/catalyst X-VCS-Directories: bin/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 24e7da46a9a6521ff89090c555babd12cfbe589a X-VCS-Branch: pending Date: Sat, 21 Nov 2015 01:33:45 +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: a86826f6-9198-49a6-bcca-f93be9f31ef2 X-Archives-Hash: ad54f8d0a13791463a048ddf90596dc2 commit: 24e7da46a9a6521ff89090c555babd12cfbe589a Author: Mike Frysinger gentoo org> AuthorDate: Thu Oct 29 00:29:10 2015 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Nov 19 03:40:51 2015 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=24e7da46 catalyst: switch to common python entry Since the catalyst code base supports py2 & py3, we no longer need to hardcode py2 in the shebang. bin/catalyst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/catalyst b/bin/catalyst index 1557ab8..24122b2 100755 --- a/bin/catalyst +++ b/bin/catalyst @@ -1,4 +1,4 @@ -#!/usr/bin/python2 -OO +#!/usr/bin/python -OO # Maintained in full by: # Catalyst Team