diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2005-06-30 14:48:14 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2005-06-30 14:48:14 +0000 |
commit | f0c2a302d2f9950c5627e6f14dbf4152f2160262 (patch) | |
tree | 40dd56971543d2bf236525a9d4effa637429589a /profiles | |
parent | Revision bump; fixed init script so that the webserver will start, bug 89348. (diff) | |
download | gentoo-2-f0c2a302d2f9950c5627e6f14dbf4152f2160262.tar.gz gentoo-2-f0c2a302d2f9950c5627e6f14dbf4152f2160262.tar.bz2 gentoo-2-f0c2a302d2f9950c5627e6f14dbf4152f2160262.zip |
fixes the problem which sandbox cannot access with some packages relevant to python, Bug #96680
Diffstat (limited to 'profiles')
-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 |