summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-11-11 15:54:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-11-11 15:54:15 +0000
commit7833d685debf9befbb7ac9d58944ba0a652df647 (patch)
tree8ea83976af271bbde23b7552392c83ccaba68db5 /app-text/xdvik
parentVersion bump. (diff)
downloadgentoo-2-7833d685debf9befbb7ac9d58944ba0a652df647.tar.gz
gentoo-2-7833d685debf9befbb7ac9d58944ba0a652df647.tar.bz2
gentoo-2-7833d685debf9befbb7ac9d58944ba0a652df647.zip
patch conditionally on texlive-core not texlive... should fix bug #344203
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'app-text/xdvik')
-rw-r--r--app-text/xdvik/ChangeLog5
-rw-r--r--app-text/xdvik/xdvik-22.84.16.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/xdvik/ChangeLog b/app-text/xdvik/ChangeLog
index 70801e160087..4b8b0acae8b8 100644
--- a/app-text/xdvik/ChangeLog
+++ b/app-text/xdvik/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/xdvik
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.75 2010/10/10 17:34:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/ChangeLog,v 1.76 2010/11/11 15:54:15 aballier Exp $
+
+ 11 Nov 2010; Alexis Ballier <aballier@gentoo.org> xdvik-22.84.16.ebuild:
+ patch conditionally on texlive-core not texlive... should fix bug #344203
10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> xdvik-22.84.16.ebuild:
Fix openmotif dependency.
diff --git a/app-text/xdvik/xdvik-22.84.16.ebuild b/app-text/xdvik/xdvik-22.84.16.ebuild
index 10cb15ffa859..974495bcd0d5 100644
--- a/app-text/xdvik/xdvik-22.84.16.ebuild
+++ b/app-text/xdvik/xdvik-22.84.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.12 2010/10/10 17:34:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/xdvik/xdvik-22.84.16.ebuild,v 1.13 2010/11/11 15:54:15 aballier Exp $
EAPI=3
inherit eutils flag-o-matic elisp-common toolchain-funcs
@@ -31,7 +31,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-open-mode.patch \
"${FILESDIR}"/${P}-cvararg.patch \
"${FILESDIR}"/${P}-parallel_make.patch
- has_version '>=app-text/texlive-2009' && epatch "${FILESDIR}"/${P}-kpathsea_version.patch
+ has_version '>=app-text/texlive-core-2009' && epatch "${FILESDIR}"/${P}-kpathsea_version.patch
# Make sure system kpathsea headers are used
cd "${WORKDIR}/${P}/texk/kpathsea"
for i in *.h ; do echo "#include_next \"$i\"" > $i; done