summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/ChangeLog6
-rw-r--r--dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index 049b1b14f1d0..00e694725fe8 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.61 2009/02/28 21:18:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.62 2009/03/09 11:05:30 bicatali Exp $
+
+ 09 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org>
+ matplotlib-0.98.5.2-r3.ebuild:
+ Added latex-unicode for doc building when tetex or ptex are selected
28 Feb 2009; Sébastien Fabbro <bicatali@gentoo.org>
files/matplotlib-0.98.5.2-no-xv.patch, matplotlib-0.98.5.2-r3.ebuild:
diff --git a/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild b/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild
index 9393ccedd37b..6d2165652928 100644
--- a/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.98.5.2-r3.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/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild,v 1.3 2009/02/28 21:18:57 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild,v 1.4 2009/03/09 11:05:30 bicatali Exp $
WX_GTK_VER=2.8
EAPI=2
@@ -34,8 +34,8 @@ DEPEND="${CDEPEND}
media-gfx/graphviz[cairo,png]
|| ( ( dev-texlive/texlive-latexextra
dev-texlive/texlive-latexrecommended )
- app-text/tetex
- app-text/ptex )
+ ( app-text/tetex dev-tex/latex-unicode )
+ ( app-text/ptex dev-tex/latex-unicode ) )
app-text/dvipng
dev-python/ipython )"