diff options
author | Yuta Satoh <nigoro@gentoo.org> | 2005-07-07 16:08:06 +0000 |
---|---|---|
committer | Yuta Satoh <nigoro@gentoo.org> | 2005-07-07 16:08:06 +0000 |
commit | b5ff59cfcb0197cbc3282ffdedc6b66004a68c79 (patch) | |
tree | 447a125d8b5a7d0419087846fb77579602cc51ce /profiles | |
parent | stable on x86 and amd64 (diff) | |
download | gentoo-2-b5ff59cfcb0197cbc3282ffdedc6b66004a68c79.tar.gz gentoo-2-b5ff59cfcb0197cbc3282ffdedc6b66004a68c79.tar.bz2 gentoo-2-b5ff59cfcb0197cbc3282ffdedc6b66004a68c79.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/ppc/2005.1/ppc64/multilib/profile.bashrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/profiles/default-linux/ppc/2005.1/ppc64/multilib/profile.bashrc b/profiles/default-linux/ppc/2005.1/ppc64/multilib/profile.bashrc index b1a6a308c4a7..0ad3d6a79223 100644 --- a/profiles/default-linux/ppc/2005.1/ppc64/multilib/profile.bashrc +++ b/profiles/default-linux/ppc/2005.1/ppc64/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 |