aballier 15/07/15 09:33:52 Modified: ChangeLog texlive-core-2014-r4.ebuild Log: fix build with kpathsea from texlive 2015 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.226 app-text/texlive-core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.226&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?rev=1.226&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/ChangeLog?r1=1.225&r2=1.226 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v retrieving revision 1.225 retrieving revision 1.226 diff -u -r1.225 -r1.226 --- ChangeLog 12 Jul 2015 17:22:51 -0000 1.225 +++ ChangeLog 15 Jul 2015 09:33:52 -0000 1.226 @@ -1,6 +1,10 @@ # ChangeLog for app-text/texlive-core # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.225 2015/07/12 17:22:51 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/ChangeLog,v 1.226 2015/07/15 09:33:52 aballier Exp $ + + 15 Jul 2015; Alexis Ballier <[email protected]> + texlive-core-2014-r4.ebuild: + fix build with kpathsea from texlive 2015 12 Jul 2015; Mikle Kolyada <[email protected]> texlive-core-2014-r4.ebuild: x86 stable wrt bug #550840 1.4 app-text/texlive-core/texlive-core-2014-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2014-r4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2014-r4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/texlive-core/texlive-core-2014-r4.ebuild?r1=1.3&r2=1.4 Index: texlive-core-2014-r4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2014-r4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- texlive-core-2014-r4.ebuild 12 Jul 2015 17:22:51 -0000 1.3 +++ texlive-core-2014-r4.ebuild 15 Jul 2015 09:33:52 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2014-r4.ebuild,v 1.3 2015/07/12 17:22:51 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2014-r4.ebuild,v 1.4 2015/07/15 09:33:52 aballier Exp $ EAPI=5 @@ -162,6 +162,8 @@ # It fails on alpha without this use alpha && append-ldflags "-Wl,--no-relax" + has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" + # Too many regexps use A-Z a-z constructs, what causes problems with locales # that don't have the same alphabetical order than ascii. Bug #242430 # So we set LC_ALL to C in order to avoid problems.
