diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-07-22 12:22:17 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-07-22 12:22:17 +0000 |
commit | ed8e2646c0fe5a2adf676e846694a96ff525ce3a (patch) | |
tree | ba98386e9bc1d2d0d402a4ba047aa5db9d3d0be8 /dev-tex | |
parent | Feed dodir and fperms functions with the ${dest} variable. This variable is (diff) | |
download | gentoo-2-ed8e2646c0fe5a2adf676e846694a96ff525ce3a.tar.gz gentoo-2-ed8e2646c0fe5a2adf676e846694a96ff525ce3a.tar.bz2 gentoo-2-ed8e2646c0fe5a2adf676e846694a96ff525ce3a.zip |
fix build with kpathsea from tl2015 and add explicit dep on it, bug #529388
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/tex4ht/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild | 9 |
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-tex/tex4ht/ChangeLog b/dev-tex/tex4ht/ChangeLog index 16db77a99d15..c3ab1dbdd4d5 100644 --- a/dev-tex/tex4ht/ChangeLog +++ b/dev-tex/tex4ht/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/tex4ht # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/ChangeLog,v 1.93 2015/07/12 18:15:04 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/ChangeLog,v 1.94 2015/07/22 12:22:17 aballier Exp $ + + 22 Jul 2015; Alexis Ballier <aballier@gentoo.org> + tex4ht-20090611_p1038-r3.ebuild: + fix build with kpathsea from tl2015 and add explicit dep on it, bug #529388 12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> tex4ht-20090611_p1038-r3.ebuild: diff --git a/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild b/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild index 12ae509e355d..d2f97a6caf6d 100644 --- a/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild +++ b/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild,v 1.3 2015/07/12 18:15:04 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/tex4ht/tex4ht-20090611_p1038-r3.ebuild,v 1.4 2015/07/22 12:22:17 aballier Exp $ EAPI=4 -inherit latex-package toolchain-funcs java-pkg-opt-2 +inherit latex-package toolchain-funcs java-pkg-opt-2 flag-o-matic IUSE="" @@ -21,10 +21,13 @@ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64- SLOT="0" DEPEND=">=sys-apps/sed-4 + virtual/pkgconfig + dev-libs/kpathsea java? ( >=virtual/jdk-1.5 )" RDEPEND="app-text/ghostscript-gpl media-gfx/imagemagick + dev-libs/kpathsea java? ( >=virtual/jre-1.5 )" IUSE="java" @@ -47,6 +50,8 @@ src_prepare() { } src_compile() { + has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" + cd "${S}/src/" einfo "Compiling postprocessor sources..." for f in tex4ht t4ht htcmd ; do |