# HG changeset patch # User Rob Landley # Date 1334629882 18000 # Node ID b8dbb8d7d6cc102a58e55484df18ee2933d62973 # Parent a246e0b13639c8b6d77a7add135092bafa854fb4 The Gentoo version of patch is broken, and can't apply patches unless TMPDIR is set, so add it to the whitelist. diff -r a246e0b13639 -r b8dbb8d7d6cc sources/utility_functions.sh --- a/sources/utility_functions.sh Sun Apr 15 00:44:14 2012 -0500 +++ b/sources/utility_functions.sh Mon Apr 16 21:31:22 2012 -0500 @@ -17,7 +17,7 @@ TEMP="$TEMP,LANG,PATH,SHELL,TERM,USER,USERNAME,LOGNAME,PWD,EDITOR,HOME,DISPLAY,_" TEMP="$TEMP,TOPSHELL,START_TIME,STAGE_NAME,TOOLCHAIN_PREFIX,HOST_ARCH,WRAPPY_LOGPATH,OLDPATH" - TEMP="$TEMP,http_proxy,ftp_proxy,https_proxy,no_proxy,TEMP" + TEMP="$TEMP,http_proxy,ftp_proxy,https_proxy,no_proxy,TEMP,TMPDIR" # Unset any variable we don't recognize. It can screw up the build.