summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2006-02-04 03:38:49 +0000
committerJason Stubbs <jstubbs@gentoo.org>2006-02-04 03:38:49 +0000
commitb51c531a4472dd36358e4f07656b43f9461eecf3 (patch)
tree1a39ef8f7998235325a0568ced06b5f98de858c1 /bin/ebuild.sh
parentbb1dcde7744baf67932c9c945cdbbef9289a4417 (diff)
downloadportage-b51c531a4472dd36358e4f07656b43f9461eecf3.tar.gz
portage-b51c531a4472dd36358e4f07656b43f9461eecf3.tar.bz2
portage-b51c531a4472dd36358e4f07656b43f9461eecf3.zip
Remove all bug references
svn path=/main/trunk/; revision=2649
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index a89b530c9..ccd02cdb2 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -57,7 +57,7 @@ set_colors
# the sandbox is disabled by default except when overridden in the relevant stages
export SANDBOX_ON="0"
-# sandbox support functions; defined prior to profile.bashrc srcing, since the profile might need to add a default exception (/usr/lib64/conftest fex, bug #60147)
+# sandbox support functions; defined prior to profile.bashrc srcing, since the profile might need to add a default exception (/usr/lib64/conftest fex)
addread() {
export SANDBOX_READ="$SANDBOX_READ:$1"
}
@@ -1872,8 +1872,8 @@ export TMPDIR="${T}"
# That will test for unset *or* NULL (""). We want just to set for unset...
#turn off glob expansion from here on in to prevent *'s and ? in the DEPEND
-#syntax from getting expanded :) Fixes bug #1473
-#check eclass rdepends also. bug #58819
+#syntax from getting expanded :)
+#check eclass rdepends also.
set -f
if [ "${RDEPEND-unset}" == "unset" ] && [ "${E_RDEPEND-unset}" == "unset" ] ; then
export RDEPEND="${DEPEND} ${E_DEPEND}"