diff options
author | 2005-06-30 14:48:14 +0000 | |
---|---|---|
committer | 2005-06-30 14:48:14 +0000 | |
commit | 6351700a5aee0fba25d0180e1d89be01383cd218 (patch) | |
tree | 817f9fb1bf698113c87fae3edc92f38285dbe958 /profiles/default-linux/ppc64 | |
parent | Revision bump; fixed init script so that the webserver will start, bug 89348. (diff) | |
download | historical-6351700a5aee0fba25d0180e1d89be01383cd218.tar.gz historical-6351700a5aee0fba25d0180e1d89be01383cd218.tar.bz2 historical-6351700a5aee0fba25d0180e1d89be01383cd218.zip |
fixes the problem which sandbox cannot access with some packages relevant to python, Bug #96680
Diffstat (limited to 'profiles/default-linux/ppc64')
-rw-r--r-- | profiles/default-linux/ppc64/dev/2005.1/no-multilib/profile.bashrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc64/dev/2005.1/no-multilib/profile.bashrc b/profiles/default-linux/ppc64/dev/2005.1/no-multilib/profile.bashrc index b1a6a308c4a7..f922033078b1 100644 --- a/profiles/default-linux/ppc64/dev/2005.1/no-multilib/profile.bashrc +++ b/profiles/default-linux/ppc64/dev/2005.1/no-multilib/profile.bashrc @@ -1,3 +1,15 @@ +# When merging some packages relevant to python, sandbox cannot access. +# The following is the workaround of this problem. +# FYI, I have verified that it was unnecessary in the environment where portage-2.0.51.22-r1 and sandbox-1.2.9 were installed. + +addpredict /usr/lib64/python2.0/ +addpredict /usr/lib64/python2.1/ +addpredict /usr/lib64/python2.2/ +addpredict /usr/lib64/python2.3/ +addpredict /usr/lib64/python2.4/ +addpredict /usr/lib64/python2.5/ +addpredict /usr/lib64/python3.0/ + # The version of profile in our 'packages' does not yet set ABI for us nor # export the CFLAGS_${ABI} envvars... The multilib-pkg patch does, but this # won't be in portage until atleast .52_pre |