diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-10-18 23:09:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-10-18 23:09:53 +0000 |
commit | 0a486122ad2731a59aeac2bae1b8d8bd1da5aaee (patch) | |
tree | 98a023204d01796794685c3bcc32e8eff7410ecc /sys-libs/glibc/files/eblits | |
parent | Add lzop fix from upstream #515254 by Kristian Fiskerstrand. Add USE=debug t... (diff) | |
download | historical-0a486122ad2731a59aeac2bae1b8d8bd1da5aaee.tar.gz historical-0a486122ad2731a59aeac2bae1b8d8bd1da5aaee.tar.bz2 historical-0a486122ad2731a59aeac2bae1b8d8bd1da5aaee.zip |
Tweak nonfatal wrapping #523332#9 by Alexander Tsoy.
Package-Manager: portage-2.2.14_rc1/cvs/Linux x86_64
Manifest-Sign-Key: 0xD2E96200
Diffstat (limited to 'sys-libs/glibc/files/eblits')
-rw-r--r-- | sys-libs/glibc/files/eblits/common.eblit | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/glibc/files/eblits/common.eblit b/sys-libs/glibc/files/eblits/common.eblit index 0b902a4311a3..2f7471ed3297 100644 --- a/sys-libs/glibc/files/eblits/common.eblit +++ b/sys-libs/glibc/files/eblits/common.eblit @@ -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 @@ if [[ ${EAPI:-0} == [012] ]] ; then : ${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 |