From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C05D31388B6 for ; Tue, 5 Jan 2016 13:56:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 546A9E087F; Tue, 5 Jan 2016 13:56:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 04850E087F for ; Tue, 5 Jan 2016 13:56:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 061613408C7 for ; Tue, 5 Jan 2016 13:56:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53200CEB for ; Tue, 5 Jan 2016 13:56:11 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1452002165.baf7989ad47ce50f02f36fa3563268e2d52fa76d.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/catdvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/catdvi/catdvi-0.14-r1.ebuild X-VCS-Directories: dev-tex/catdvi/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: baf7989ad47ce50f02f36fa3563268e2d52fa76d X-VCS-Branch: master Date: Tue, 5 Jan 2016 13:56:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0705315b-9772-48b4-b186-01185b6a409f X-Archives-Hash: f218a19f27f12515777e590fa58f0053 commit: baf7989ad47ce50f02f36fa3563268e2d52fa76d Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 5 13:55:53 2016 +0000 Commit: Alexis Ballier gentoo 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 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() {