aballier 15/07/15 09:37:47 Modified: xdvik-22.87.ebuild ChangeLog 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.4 app-text/xdvik/xdvik-22.87.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.87.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.87.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/xdvik-22.87.ebuild?r1=1.3&r2=1.4 Index: xdvik-22.87.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.87.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xdvik-22.87.ebuild 4 Jul 2014 08:20:39 -0000 1.3 +++ xdvik-22.87.ebuild 15 Jul 2015 09:37:47 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.87.ebuild,v 1.3 2014/07/04 08:20:39 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.87.ebuild,v 1.4 2015/07/15 09:37:47 aballier Exp $ EAPI=5 inherit eutils flag-o-matic elisp-common toolchain-funcs multilib @@ -30,6 +30,7 @@ dev-libs/kpathsea" DEPEND="sys-devel/flex virtual/yacc + virtual/pkgconfig ${RDEPEND}" RDEPEND="${RDEPEND} virtual/latex-base @@ -45,6 +46,8 @@ } src_configure() { + has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" + local toolkit if use motif ; then 1.110 app-text/xdvik/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.110&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?rev=1.110&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/xdvik/ChangeLog?r1=1.109&r2=1.110 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- ChangeLog 9 Jun 2015 12:45:16 -0000 1.109 +++ ChangeLog 15 Jul 2015 09:37:47 -0000 1.110 @@ -1,6 +1,9 @@ # ChangeLog for app-text/xdvik # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.109 2015/06/09 12:45:16 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.110 2015/07/15 09:37:47 aballier Exp $ + + 15 Jul 2015; Alexis Ballier <[email protected]> xdvik-22.87.ebuild: + fix build with kpathsea from texlive 2015 09 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Updating remote-id in metadata.xml
