Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 14042
Collapse All | Expand All

(-)ebuild.sh (+4 lines)
Lines 138-144 Link Here
138
138
139
#we need this next line for "die" and "assert"
139
#we need this next line for "die" and "assert"
140
shopt -s expand_aliases
140
shopt -s expand_aliases
141
CCBKUP=${CC}
142
CXXBKUP=${CXX}
141
source /etc/profile.env > /dev/null 2>&1
143
source /etc/profile.env > /dev/null 2>&1
144
CC=${CCBKUP}
145
CXX=${CXXBKUP}
142
export PATH="/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:${ROOTPATH}"
146
export PATH="/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:${ROOTPATH}"
143
if [ -e /etc/init.d/functions.sh ]
147
if [ -e /etc/init.d/functions.sh ]
144
then
148
then

Return to bug 14042