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 353021384B4 for ; Thu, 19 Nov 2015 04:21:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 024A721C027; Thu, 19 Nov 2015 04:21:12 +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 9BF9F21C027 for ; Thu, 19 Nov 2015 04:21:11 +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 56DD93402A2 for ; Thu, 19 Nov 2015 04:21:09 +0000 (UTC) Date: Wed, 18 Nov 2015 20:20:17 -0800 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH] catalyst: switch to common python entry Message-ID: <20151118202017.71bb3d47.dolsen@gentoo.org> In-Reply-To: <1447103134-18858-1-git-send-email-vapier@gentoo.org> References: <1447103134-18858-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: 32686783-4241-48f1-9e4b-e44563923e27 X-Archives-Hash: 810c4627be383c6dac6b7cf950bb2163 On Mon, 9 Nov 2015 16:05:34 -0500 Mike Frysinger wrote: > 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 yeah, this is ready to merge -- Brian Dolbec