Re: [gentoo-dev] How to spread intltool fixes to all packages

2013-06-17 Thread Pacho Ramos
El lun, 17-06-2013 a las 01:05 -0400, Mike Frysinger escribió: [...] > ELT-PATCHES is only used by elibtoolize which means it requires an explicit > call to patch things > > you're basically talking about the same type of problem that > https://bugs.gentoo.org/220040 tried to address. maybe we

Re: [gentoo-dev] How to spread intltool fixes to all packages

2013-06-16 Thread Mike Frysinger
On Tuesday 11 June 2013 05:55:14 Pacho Ramos wrote: > Because of: > https://bugs.gentoo.org/show_bug.cgi?id=432848 > > We discovered an old bug affecting intltool that causes prefix of > localedir to be always hardcoded to the same location instead of > respecting configure flags. > > The patch i

Re: [gentoo-dev] How to spread intltool fixes to all packages

2013-06-14 Thread Alexis Ballier
On Fri, 14 Jun 2013 21:02:18 +0200 Pacho Ramos wrote: > None? :| I suppose doing it at the eclass level sounds good :)

Re: [gentoo-dev] How to spread intltool fixes to all packages

2013-06-14 Thread Pacho Ramos
El mar, 11-06-2013 a las 11:55 +0200, Pacho Ramos escribió: > Hello > > Because of: > https://bugs.gentoo.org/show_bug.cgi?id=432848 > > We discovered an old bug affecting intltool that causes prefix of > localedir to be always hardcoded to the same location instead of > respecting configure flag

[gentoo-dev] How to spread intltool fixes to all packages

2013-06-11 Thread Pacho Ramos
Hello Because of: https://bugs.gentoo.org/show_bug.cgi?id=432848 We discovered an old bug affecting intltool that causes prefix of localedir to be always hardcoded to the same location instead of respecting configure flags. The patch is fixed by intltool upstream in their master branch but stil