Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13877 - main/branches/prefix/bin
Date: Mon, 03 Aug 2009 15:51:51
Message-Id: E1MXzpE-0001PO-Hj@stork.gentoo.org
1 Author: grobian
2 Date: 2009-08-03 15:51:47 +0000 (Mon, 03 Aug 2009)
3 New Revision: 13877
4
5 Modified:
6 main/branches/prefix/bin/setsid
7 Log:
8 use OUR python, not some python that might not even exist
9
10 Modified: main/branches/prefix/bin/setsid
11 ===================================================================
12 --- main/branches/prefix/bin/setsid 2009-08-02 14:32:04 UTC (rev 13876)
13 +++ main/branches/prefix/bin/setsid 2009-08-03 15:51:47 UTC (rev 13877)
14 @@ -1,4 +1,4 @@
15 -#!/usr/bin/python -O
16 +#!@PORTAGE_PYTHON@ -O
17 # Copyright 2009 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$