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 A9BCB1381F3 for ; Sun, 13 Oct 2013 20:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38478E09C0; Sun, 13 Oct 2013 20:16:09 +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 AA652E09C0 for ; Sun, 13 Oct 2013 20:16:08 +0000 (UTC) Received: from [192.168.1.210] (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id BD43333EF15; Sun, 13 Oct 2013 20:16:07 +0000 (UTC) Message-ID: <1381695333.24205.119.camel@big_daddy.dol-sen.ca> Subject: Re: [gentoo-catalyst] [Patch v2 1/4] catalyst: Specify python2 rather than the generic python From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Cc: Dylan Baker Date: Sun, 13 Oct 2013 13:15:33 -0700 In-Reply-To: <1381655258-6084-1-git-send-email-baker.dylan.c@gmail.com> References: <1381655258-6084-1-git-send-email-baker.dylan.c@gmail.com> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-fvoaWRAhQFO5KM+vQGfg" X-Mailer: Evolution 3.6.4 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 X-Archives-Salt: 54a7eff0-7714-46dd-a377-432e74b8c5a0 X-Archives-Hash: 6ac72ccf24cc200306aa156a2a73450a --=-fvoaWRAhQFO5KM+vQGfg Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, 2013-10-13 at 02:07 -0700, Dylan Baker wrote: > 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(-) >=20 > 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 > =20 > # Maintained in full by: > # Catalyst Team Ha!, turns out for all my ranting in the other thread. I already did this myself. http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;a=3Dcommit;h= =3Df3f05b465f0b2f45649ff07c7f23582fc9fb2322 --=-fvoaWRAhQFO5KM+vQGfg Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (GNU/Linux) iQF8BAABCgBmBQJSWv9lXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4Njg4RkQxQ0M3MUMxQzA0RUFFQTQyMzcy MjE0RDkwQTAxNEYxN0NCAAoJECIU2QoBTxfLEwAH/0W1TmVp/omKt9uH8W45r3G9 oCDi/jAbGJPhiy0Ykqd4G/YY4U2C+sWTFcQPIa9pjWJZaSlXEbFdfk6aeJhwaF9w q3UbhMxIrBWZxfPQ7pav+aMMJlBdyq0ZGjqnNN94c1H39qr7jjKGY1FKkpNKIUVQ WvZHwz5eTTqID2+lJ27OQUiJpQDjSCPnRK5mU1cSyL/WNRsWyUVMpnYIL12vmJ2Z KhxE64WhIMhbMbwqJ4onaPmHo9znqt6bSxvs6c3fWE5EkeR628t4Fj9frbMCOiWr lkxfhXpQXcqIMlYSlSIxaPPq1LdpOQL7NTBavcyGtJCf22IMe+V5FMmBOEzYJ6o= =cjId -----END PGP SIGNATURE----- --=-fvoaWRAhQFO5KM+vQGfg--