public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] [PATCH] catalyst: switch to common python entry
@ 2015-11-09 21:05 Mike Frysinger
  2015-11-19  4:20 ` Brian Dolbec
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2015-11-09 21:05 UTC (permalink / raw
  To: gentoo-catalyst

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 <catalyst@gentoo.org>
-- 
2.6.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-catalyst] [PATCH] catalyst: switch to common python entry
  2015-11-09 21:05 [gentoo-catalyst] [PATCH] catalyst: switch to common python entry Mike Frysinger
@ 2015-11-19  4:20 ` Brian Dolbec
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2015-11-19  4:20 UTC (permalink / raw
  To: gentoo-catalyst

On Mon,  9 Nov 2015 16:05:34 -0500
Mike Frysinger <vapier@gentoo.org> 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 <catalyst@gentoo.org>

yeah, this is ready to merge

-- 
Brian Dolbec <dolsen>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-19  4:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-09 21:05 [gentoo-catalyst] [PATCH] catalyst: switch to common python entry Mike Frysinger
2015-11-19  4:20 ` Brian Dolbec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox