Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r14733 - main/trunk/bin
Date: Mon, 26 Oct 2009 21:45:57
Message-Id: E1N2XNz-0007KQ-QB@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-10-26 21:45:55 +0000 (Mon, 26 Oct 2009)
3 New Revision: 14733
4
5 Modified:
6 main/trunk/bin/ebuild.sh
7 Log:
8 Revert the workaround for bug #288863. This will require a dependency on
9 >=sys-apps/sandbox-2.2.
10
11
12 Modified: main/trunk/bin/ebuild.sh
13 ===================================================================
14 --- main/trunk/bin/ebuild.sh 2009-10-26 20:02:30 UTC (rev 14732)
15 +++ main/trunk/bin/ebuild.sh 2009-10-26 21:45:55 UTC (rev 14733)
16 @@ -6,12 +6,6 @@
17 PORTAGE_BIN_PATH="${PORTAGE_BIN_PATH:-/usr/lib/portage/bin}"
18 PORTAGE_PYM_PATH="${PORTAGE_PYM_PATH:-/usr/lib/portage/pym}"
19
20 -# Ensure that /dev/std* streams have appropriate sandbox permission for
21 -# bug #288863. This can be removed after sandbox is fixed and portage
22 -# depends on the fixed version.
23 -export SANDBOX_WRITE="${SANDBOX_WRITE:+${SANDBOX_WRITE}:}/dev/stdout:/dev/stderr"
24 -export SANDBOX_READ="${SANDBOX_READ:+${SANDBOX_READ}:}/dev/stdin"
25 -
26 # Don't use sandbox's BASH_ENV for new shells because it does
27 # 'source /etc/profile' which can interfere with the build
28 # environment by modifying our PATH.