From: genone Date: Fri, 9 Jan 2004 01:10:55 +0000 (-0000) Subject: We have Python 2.3 now X-Git-Tag: gentoolkit-0.2.4.3~449 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=541ad9d7e8f16fab86a72373268efe2139f32560;p=gentoolkit.git We have Python 2.3 now svn path=/; revision=53 --- diff --git a/trunk/src/dep-clean/dep-clean b/trunk/src/dep-clean/dep-clean index 0d42bf6..b64edb9 100644 --- a/trunk/src/dep-clean/dep-clean +++ b/trunk/src/dep-clean/dep-clean @@ -1,5 +1,5 @@ -#! /usr/bin/env python2.2 - +#!/usr/bin/python +# # Terminology: # # portdir = /usr/portage + /usr/local/portage diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index e54575d..468bc58 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -1,4 +1,4 @@ -#! /usr/bin/env python2.2 +#!/usr/bin/python # # Copyright 2003 Karl Trygve Kalleberg # Copyright 2003 Gentoo Technologies, Inc. diff --git a/trunk/src/gentoolkit/gentoolkit.py b/trunk/src/gentoolkit/gentoolkit.py index cf499a4..e6ec369 100644 --- a/trunk/src/gentoolkit/gentoolkit.py +++ b/trunk/src/gentoolkit/gentoolkit.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python2.2 +#!/usr/bin/python # # Copyright 2003 Karl Trygve Kalleberg # Copyright 2003 Gentoo Technologies, Inc.