Index: toolchain-funcs.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v retrieving revision 1.121 diff -u -b -B -r1.121 toolchain-funcs.eclass --- toolchain-funcs.eclass 14 May 2013 20:40:34 -0000 1.121 +++ toolchain-funcs.eclass 27 Sep 2013 18:50:58 -0000 @@ -628,7 +628,7 @@ # Eventually we'd like to get rid of this func completely #417451 case ${CTARGET:-${CHOST}} in *-darwin*) ;; - *linux*|*-freebsd*|*-openbsd*|*-netbsd*) + *-freebsd*|*-openbsd*|*-netbsd*) use prefix && return 0 ;; *) return 0 ;; esac