Re: [gentoo-dev] libtool.eclass update to allow @...@ replacements in patches

2011-09-29 Thread Mike Frysinger
On Thursday, September 29, 2011 17:57:27 Donnie Berkholz wrote: > On 13:28 Thu 29 Sep , Mike Frysinger wrote: > > cleaned up ELT_try_and_apply_patch a bit, and added support for > > @GENTOO_LIBDIR@ in patches > > Is this documented anywhere besides the comment immediately above the > implement

Re: [gentoo-dev] libtool.eclass update to allow @...@ replacements in patches

2011-09-29 Thread Donnie Berkholz
On 13:28 Thu 29 Sep , Mike Frysinger wrote: > cleaned up ELT_try_and_apply_patch a bit, and added support for > @GENTOO_LIBDIR@ in patches Is this documented anywhere besides the comment immediately above the implementation? Would be nice for anyone who writes a libtool patch to be more awar

[gentoo-dev] libtool.eclass update to allow @...@ replacements in patches

2011-09-29 Thread Mike Frysinger
cleaned up ELT_try_and_apply_patch a bit, and added support for @GENTOO_LIBDIR@ in patches -mike --- libtool.eclass +++ libtool.eclass @@ -16,7 +16,7 @@ DESCRIPTION="Based on the ${ECLASS} eclass" -inherit toolchain-funcs +inherit multilib toolchain-funcs ELT_PATCH_DIR="${ECLASSDIR}/ELT-pa