diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-07-15 09:21:55 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-07-15 09:21:55 +0000 |
commit | 37e661079e9ff8887981f38553934b7808c32a0c (patch) | |
tree | 4b4d2f3feb64bdafde8b8b8ed19ef833b6bfd563 /app-text/dvipsk | |
parent | remove old (diff) | |
download | gentoo-2-37e661079e9ff8887981f38553934b7808c32a0c.tar.gz gentoo-2-37e661079e9ff8887981f38553934b7808c32a0c.tar.bz2 gentoo-2-37e661079e9ff8887981f38553934b7808c32a0c.zip |
fix build with kpathsea from texlive 2015
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'app-text/dvipsk')
-rw-r--r-- | app-text/dvipsk/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/dvipsk/dvipsk-5.994_p20140525.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-text/dvipsk/ChangeLog b/app-text/dvipsk/ChangeLog index 016082c08352..4d445b91a529 100644 --- a/app-text/dvipsk/ChangeLog +++ b/app-text/dvipsk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/dvipsk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/ChangeLog,v 1.45 2015/07/15 09:18:48 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/ChangeLog,v 1.46 2015/07/15 09:21:55 aballier Exp $ + + 15 Jul 2015; Alexis Ballier <aballier@gentoo.org> + dvipsk-5.994_p20140525.ebuild: + fix build with kpathsea from texlive 2015 15 Jul 2015; Alexis Ballier <aballier@gentoo.org> -dvipsk-5.991_p20110705-r1.ebuild: diff --git a/app-text/dvipsk/dvipsk-5.994_p20140525.ebuild b/app-text/dvipsk/dvipsk-5.994_p20140525.ebuild index bc58393fdae1..f7d2c01ac3fe 100644 --- a/app-text/dvipsk/dvipsk-5.994_p20140525.ebuild +++ b/app-text/dvipsk/dvipsk-5.994_p20140525.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/dvipsk-5.994_p20140525.ebuild,v 1.3 2015/07/12 17:16:08 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/dvipsk-5.994_p20140525.ebuild,v 1.4 2015/07/15 09:21:55 aballier Exp $ EAPI=4 #TL_UPSTREAM_PATCHLEVEL="1" -inherit texlive-common eutils +inherit texlive-common eutils flag-o-matic toolchain-funcs DESCRIPTION="DVI-to-PostScript translator" HOMEPAGE="http://tug.org/texlive/" @@ -38,6 +38,7 @@ RDEPEND=" !<dev-texlive/texlive-basic-2009 !app-text/ptex ${DEPEND}" +DEPEND="${DEPEND} virtual/pkgconfig" S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} @@ -47,6 +48,7 @@ S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} #} src_configure() { + has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" econf --with-system-kpathsea } |