diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-10-26 21:45:55 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-10-26 21:45:55 +0000 |
commit | 403624a789efd1476a1a00a5c9808a5c1e8fe830 (patch) | |
tree | ae10728dc8636b2555aeb7fbcfac45ab892229fd /bin/ebuild.sh | |
parent | Add a reference to bug #141118 inside _expand_new_virtuals(). (diff) | |
download | portage-multirepo-403624a789efd1476a1a00a5c9808a5c1e8fe830.tar.gz portage-multirepo-403624a789efd1476a1a00a5c9808a5c1e8fe830.tar.bz2 portage-multirepo-403624a789efd1476a1a00a5c9808a5c1e8fe830.zip |
Revert the workaround for bug #288863. This will require a dependency on
>=sys-apps/sandbox-2.2.
svn path=/main/trunk/; revision=14733
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-x | bin/ebuild.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh index bf8844f5..25cd04ba 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -6,12 +6,6 @@ PORTAGE_BIN_PATH="${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}" PORTAGE_PYM_PATH="${PORTAGE_PYM_PATH:-/usr/lib/portage/pym}" -# Ensure that /dev/std* streams have appropriate sandbox permission for -# bug #288863. This can be removed after sandbox is fixed and portage -# depends on the fixed version. -export SANDBOX_WRITE="${SANDBOX_WRITE:+${SANDBOX_WRITE}:}/dev/stdout:/dev/stderr" -export SANDBOX_READ="${SANDBOX_READ:+${SANDBOX_READ}:}/dev/stdin" - # Don't use sandbox's BASH_ENV for new shells because it does # 'source /etc/profile' which can interfere with the build # environment by modifying our PATH. |