diff options
author | 2009-03-09 11:05:30 +0000 | |
---|---|---|
committer | 2009-03-09 11:05:30 +0000 | |
commit | a33bf70e64caf7d1980b09d9e72b2200100da7e9 (patch) | |
tree | 23c5b126cf077459ca8d946c995424e9a2a9deb5 /dev-python | |
parent | Version bump (diff) | |
download | gentoo-2-a33bf70e64caf7d1980b09d9e72b2200100da7e9.tar.gz gentoo-2-a33bf70e64caf7d1980b09d9e72b2200100da7e9.tar.bz2 gentoo-2-a33bf70e64caf7d1980b09d9e72b2200100da7e9.zip |
Added latex-unicode for doc building when tetex or ptex are selected
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.98.5.2-r3.ebuild | 6 |
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 )" |