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: Fri, 02 Nov 2012 00:26:44
Message-Id: 1351816098.2b29951a19e6c5fcf485e2ec5485da995a72754f.zerochaos@gentoo
1 commit: 2b29951a19e6c5fcf485e2ec5485da995a72754f
2 Author: Rick Farina (Zero_Chaos) <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 2 00:28:18 2012 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 2 00:28:18 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=2b29951a
7
8 more forcing of python2 for make dist
9
10 ---
11 doc/make_target_table.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/doc/make_target_table.py b/doc/make_target_table.py
15 index e5e25f0..ad4d292 100755
16 --- a/doc/make_target_table.py
17 +++ b/doc/make_target_table.py
18 @@ -1,4 +1,4 @@
19 -#!/usr/bin/env python
20 +#!/usr/bin/env python2
21 # Copyright (C) 2012 W. Trevor King <wking@××××××.edu>
22 # Copyright (C) 2012 Sebastian Pipping <sebastian@×××××××.org>
23 # Licensed under GPL v2 or later