aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNicholas Jones <carpaski@gentoo.org>2003-10-12 22:36:58 +0000
committerNicholas Jones <carpaski@gentoo.org>2003-10-12 22:36:58 +0000
commitde3cad36dbc84a23b17edd7c025fad3c11202577 (patch)
tree656d2f80ed385f2e968e672936b5fd5bb0604347 /src
parentfix a typo (diff)
downloadportage-cvs-de3cad36dbc84a23b17edd7c025fad3c11202577.tar.gz
portage-cvs-de3cad36dbc84a23b17edd7c025fad3c11202577.tar.bz2
portage-cvs-de3cad36dbc84a23b17edd7c025fad3c11202577.zip
Added python2.3 to the predict section.
Diffstat (limited to 'src')
-rw-r--r--src/sandbox-1.1/sandbox.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/sandbox-1.1/sandbox.c b/src/sandbox-1.1/sandbox.c
index 28a3f8f..56506fc 100644
--- a/src/sandbox-1.1/sandbox.c
+++ b/src/sandbox-1.1/sandbox.c
@@ -11,7 +11,7 @@
** Copyright (C) 2001 Geert Bevin, Uwyn, http://www.uwyn.com
** Distributed under the terms of the GNU General Public License, v2 or later
** Author : Geert Bevin <gbevin@uwyn.com>
-** $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox.c,v 1.11 2003/09/28 08:37:19 azarah Exp $
+** $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/src/sandbox-1.1/Attic/sandbox.c,v 1.12 2003/10/12 22:36:58 carpaski Exp $
*/
#define _GNU_SOURCE
@@ -385,6 +385,8 @@ setenv_sandbox_predict(char *home_dir)
strcat(sandbox_predict_var, "/usr/lib/python2.1/");
strcat(sandbox_predict_var, ":");
strcat(sandbox_predict_var, "/usr/lib/python2.2/");
+ strcat(sandbox_predict_var, ":");
+ strcat(sandbox_predict_var, "/usr/lib/python2.3/");
setenv(ENV_SANDBOX_PREDICT, sandbox_predict_var, 1);
}
}