Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: gentoo-catalyst@l.g.o
Subject: Re: [gentoo-catalyst] [PATCH] catalyst: switch to common python entry
Date: Thu, 19 Nov 2015 04:21:16
Message-Id: 20151118202017.71bb3d47.dolsen@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH] catalyst: switch to common python entry by Mike Frysinger
1 On Mon, 9 Nov 2015 16:05:34 -0500
2 Mike Frysinger <vapier@g.o> wrote:
3
4 > Since the catalyst code base supports py2 & py3, we no longer need to
5 > hardcode py2 in the shebang.
6 > ---
7 > bin/catalyst | 2 +-
8 > 1 file changed, 1 insertion(+), 1 deletion(-)
9 >
10 > diff --git a/bin/catalyst b/bin/catalyst
11 > index 1557ab8..24122b2 100755
12 > --- a/bin/catalyst
13 > +++ b/bin/catalyst
14 > @@ -1,4 +1,4 @@
15 > -#!/usr/bin/python2 -OO
16 > +#!/usr/bin/python -OO
17 >
18 > # Maintained in full by:
19 > # Catalyst Team <catalyst@g.o>
20
21 yeah, this is ready to merge
22
23 --
24 Brian Dolbec <dolsen>