diff options
-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 |