From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LtRMw-00087A-Ai for garchives@archives.gentoo.org; Mon, 13 Apr 2009 18:58:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6381E04C4; Mon, 13 Apr 2009 18:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B74D1E04C4 for ; Mon, 13 Apr 2009 18:58:57 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 58B4064A90 for ; Mon, 13 Apr 2009 18:58:57 +0000 (UTC) Received: from grobian by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LtRMv-0000Ti-0k for gentoo-commits@lists.gentoo.org; Mon, 13 Apr 2009 18:58:57 +0000 To: gentoo-commits@lists.gentoo.org From: "Fabian Groffen (grobian)" Subject: [gentoo-commits] portage r13341 - main/branches/prefix/bin X-VCS-Repository: portage X-VCS-Revision: 13341 X-VCS-Files: main/branches/prefix/bin/egencache X-VCS-Directories: main/branches/prefix/bin X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Fabian Groffen Date: Mon, 13 Apr 2009 18:58:57 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 09d465bd-b16d-40e4-921d-9511eb8403a1 X-Archives-Hash: 4343715c6802e8ef4e9320cc112a4930 Author: grobian Date: 2009-04-13 18:58:56 +0000 (Mon, 13 Apr 2009) New Revision: 13341 Modified: main/branches/prefix/bin/egencache Log: don't use hardcoded /usr/bin/python Modified: main/branches/prefix/bin/egencache =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- main/branches/prefix/bin/egencache 2009-04-12 21:23:44 UTC (rev 13340= ) +++ main/branches/prefix/bin/egencache 2009-04-13 18:58:56 UTC (rev 13341= ) @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!@PORTAGE_PYTHON@ # Copyright 2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$