diff options
Diffstat (limited to 'dev-tex/bibtexu')
-rw-r--r-- | dev-tex/bibtexu/ChangeLog | 6 | ||||
-rw-r--r-- | dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-tex/bibtexu/ChangeLog b/dev-tex/bibtexu/ChangeLog index 83305a7a2349..7968585e882d 100644 --- a/dev-tex/bibtexu/ChangeLog +++ b/dev-tex/bibtexu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/bibtexu # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.49 2015/07/12 17:21:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/ChangeLog,v 1.50 2015/07/15 09:44:17 aballier Exp $ + + 15 Jul 2015; Alexis Ballier <aballier@gentoo.org> + bibtexu-3.71_p20140525.ebuild: + fix build with kpathsea from texlive 2015 12 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> bibtexu-3.71_p20140525.ebuild: x86 stable wrt bug #550840 diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild index 48d251c63e2f..37605daa7207 100644 --- a/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild +++ b/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild,v 1.3 2015/07/12 17:21:49 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/bibtexu/bibtexu-3.71_p20140525.ebuild,v 1.4 2015/07/15 09:44:17 aballier Exp $ EAPI=5 +inherit flag-o-matic toolchain-funcs + DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity" HOMEPAGE="http://tug.org/texlive/" SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz" @@ -36,6 +38,7 @@ done SRC_URI="${SRC_URI} ) " src_configure() { + has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)" econf \ --with-system-kpathsea \ --with-system-icu |