diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-04-01 19:01:51 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-04-01 19:01:51 +0000 |
commit | 63d184191750579533ed249559af827cb5f111a5 (patch) | |
tree | 16eedf023df70d309a1ddf58efd4807d746ef2c8 /sci-visualization/gnuplot | |
parent | Stable on x86. (diff) | |
download | gentoo-2-63d184191750579533ed249559af827cb5f111a5.tar.gz gentoo-2-63d184191750579533ed249559af827cb5f111a5.tar.bz2 gentoo-2-63d184191750579533ed249559af827cb5f111a5.zip |
Add proper texlive dependency for ifxetex.sty.
(Portage version: 2.2_rc27/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2.5.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 5e82ab6f5a85..cfcaa6fef625 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.99 2009/03/31 22:28:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.100 2009/04/01 19:01:51 ulm Exp $ + + 01 Apr 2009; Ulrich Mueller <ulm@gentoo.org> gnuplot-4.2.5.ebuild: + Add proper texlive dependency for ifxetex.sty. *gnuplot-4.2.5 (31 Mar 2009) diff --git a/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild index 72ec286e9ecf..91918f2756b0 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v 1.1 2009/03/31 22:28:22 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.5.ebuild,v 1.2 2009/04/01 19:01:51 ulm Exp $ EAPI=2 WX_GTK_VER="2.8" @@ -30,7 +30,9 @@ RDEPEND=" doc? ( virtual/latex-base virtual/ghostscript ) latex? ( virtual/latex-base - lua? ( dev-tex/pgf ) ) + lua? ( dev-tex/pgf + || ( >=dev-texlive/texlive-latexrecommended-2008-r2 + =dev-texlive/texlive-xetex-2007* ) ) ) X? ( x11-libs/libXaw ) svga? ( media-libs/svgalib ) readline? ( >=sys-libs/readline-4.2 ) |