vapier 14/10/18 23:09:51 Modified: common.eblit Log: Tweak nonfatal wrapping #523332#9 by Alexander Tsoy. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.45 sys-libs/glibc/files/eblits/common.eblit file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit?r1=1.44&r2=1.45 Index: common.eblit =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- common.eblit 17 Oct 2014 17:30:04 -0000 1.44 +++ common.eblit 18 Oct 2014 23:09:51 -0000 1.45 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.44 2014/10/17 17:30:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/files/eblits/common.eblit,v 1.45 2014/10/18 23:09:51 vapier Exp $ alt_prefix() { is_crosscompile && echo /usr/${CTARGET} @@ -10,12 +10,12 @@ : ${ED:=${D}} : ${EROOT:=${ROOT}} fi +# This indirection is for binpkgs. #523332 +_nonfatal() { nonfatal "$@" ; } if [[ ${EAPI:-0} == [0123] ]] ; then nonfatal() { "$@" ; } _nonfatal() { "$@" ; } fi -# This indirection is for binpkgs. #523332 -_nonfatal() { nonfatal "$@" ; } # We need to be able to set alternative headers for # compiling for non-native platform