Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: doc/
Date: Wed, 31 Oct 2012 22:11:40
Message-Id: 1351721572.0342a3f3f21f23a57f3c2483ecc11607bf973a14.zerochaos@gentoo
1 commit: 0342a3f3f21f23a57f3c2483ecc11607bf973a14
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 31 22:12:52 2012 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 22:12:52 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0342a3f3
7
8 fix make dist for python2
9
10 ---
11 doc/make_subarch_table_guidexml.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_guidexml.py
15 index 8754c8a..16c8776 100755
16 --- a/doc/make_subarch_table_guidexml.py
17 +++ b/doc/make_subarch_table_guidexml.py
18 @@ -1,4 +1,4 @@
19 -#! /usr/bin/env python
20 +#! /usr/bin/env python2
21 # Copyright (C) 2011 Sebastian Pipping <sebastian@×××××××.org>
22 # Licensed under GPL v2 or later