public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/catdvi/
Date: Tue,  5 Jan 2016 13:56:11 +0000 (UTC)	[thread overview]
Message-ID: <1452002165.baf7989ad47ce50f02f36fa3563268e2d52fa76d.aballier@gentoo> (raw)

commit:     baf7989ad47ce50f02f36fa3563268e2d52fa76d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 13:55:53 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 13:56:05 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baf7989a

dev-tex/catdvi: fix build with kpathsea from texlive 2015. Bug #570958.

Package-Manager: portage-2.2.26
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-tex/catdvi/catdvi-0.14-r1.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-tex/catdvi/catdvi-0.14-r1.ebuild b/dev-tex/catdvi/catdvi-0.14-r1.ebuild
index 860bed7..2af0200 100644
--- a/dev-tex/catdvi/catdvi-0.14-r1.ebuild
+++ b/dev-tex/catdvi/catdvi-0.14-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=4
 
-inherit eutils autotools toolchain-funcs
+inherit eutils autotools toolchain-funcs flag-o-matic
 
 DESCRIPTION="DVI to plain text translator"
 HOMEPAGE="http://catdvi.sourceforge.net"
@@ -15,12 +15,15 @@ SLOT="0"
 KEYWORDS="amd64 x86"
 IUSE=""
 
-DEPEND="virtual/tex-base"
-RDEPEND="${DEPEND}"
+RDEPEND="virtual/tex-base
+	dev-libs/kpathsea"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
 
 src_prepare() {
 	epatch "${FILESDIR}/${P}-kpathsea.patch"
 	eautoconf
+	has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
 }
 
 src_compile() {


             reply	other threads:[~2016-01-05 13:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-05 13:56 Alexis Ballier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-09-08 17:32 [gentoo-commits] repo/gentoo:master commit in: dev-tex/catdvi/ Ulrich Müller
2023-07-07 21:53 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1452002165.baf7989ad47ce50f02f36fa3563268e2d52fa76d.aballier@gentoo \
    --to=aballier@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox