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 48333138010 for ; Wed, 31 Oct 2012 22:11:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC0FD21C00C; Wed, 31 Oct 2012 22:11:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4D13721C00C for ; Wed, 31 Oct 2012 22:11:23 +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 6BF9933D80D for ; Wed, 31 Oct 2012 22:11:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0C975E5436 for ; Wed, 31 Oct 2012 22:11:21 +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: <1351721572.0342a3f3f21f23a57f3c2483ecc11607bf973a14.zerochaos@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ X-VCS-Repository: proj/catalyst X-VCS-Files: doc/make_subarch_table_guidexml.py X-VCS-Directories: doc/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 0342a3f3f21f23a57f3c2483ecc11607bf973a14 X-VCS-Branch: master Date: Wed, 31 Oct 2012 22:11:21 +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: a5814c2f-982b-4904-9d86-a31fa8e36a9d X-Archives-Hash: 3de22eddb8f971d88bbb92a3a036e88b commit: 0342a3f3f21f23a57f3c2483ecc11607bf973a14 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Wed Oct 31 22:12:52 2012 +0000 Commit: Richard Farina gentoo org> CommitDate: Wed Oct 31 22:12:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=0342a3f3 fix make dist for python2 --- doc/make_subarch_table_guidexml.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/make_subarch_table_guidexml.py b/doc/make_subarch_table_guidexml.py index 8754c8a..16c8776 100755 --- a/doc/make_subarch_table_guidexml.py +++ b/doc/make_subarch_table_guidexml.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # Copyright (C) 2011 Sebastian Pipping # Licensed under GPL v2 or later