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 D929D138010 for ; Fri, 2 Nov 2012 00:26:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8C3821C069; Fri, 2 Nov 2012 00:26:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29EF221C069 for ; Fri, 2 Nov 2012 00:26:30 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B2E833D7A3 for ; Fri, 2 Nov 2012 00:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 00320E543C for ; Fri, 2 Nov 2012 00:26:27 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1351816098.2b29951a19e6c5fcf485e2ec5485da995a72754f.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/make_target_table.py X-VCS-Directories: doc/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 2b29951a19e6c5fcf485e2ec5485da995a72754f X-VCS-Branch: master Date: Fri, 2 Nov 2012 00:26:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 813c4ffd-4d7d-49cf-8cca-0f63ad1a0207 X-Archives-Hash: 4b38ec9e2765fac36c44defcbbb7f12a commit: 2b29951a19e6c5fcf485e2ec5485da995a72754f Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Fri Nov 2 00:28:18 2012 +0000 Commit: Richard Farina gentoo org> CommitDate: Fri Nov 2 00:28:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=2b29951a more forcing of python2 for make dist --- doc/make_target_table.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/make_target_table.py b/doc/make_target_table.py index e5e25f0..ad4d292 100755 --- a/doc/make_target_table.py +++ b/doc/make_target_table.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (C) 2012 W. Trevor King # Copyright (C) 2012 Sebastian Pipping # Licensed under GPL v2 or later