diff options
author | 2011-10-05 19:34:13 +0000 | |
---|---|---|
committer | 2011-10-05 19:34:13 +0000 | |
commit | d10d4968b802267cced6dba16d865af038e23c43 (patch) | |
tree | 0f5f04825268a16bcd58ee771c76c8228bf0a01f /dev-python/matplotlib | |
parent | remove ptex dep as it is going away (diff) | |
download | gentoo-2-d10d4968b802267cced6dba16d865af038e23c43.tar.gz gentoo-2-d10d4968b802267cced6dba16d865af038e23c43.tar.bz2 gentoo-2-d10d4968b802267cced6dba16d865af038e23c43.zip |
remove ptex dep as it is going away
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild | 16 |
2 files changed, 8 insertions, 13 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog index 1677a80f16de..d3be6e05b92a 100644 --- a/dev-python/matplotlib/ChangeLog +++ b/dev-python/matplotlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/matplotlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.107 2011/08/09 05:40:01 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.108 2011/10/05 19:34:13 aballier Exp $ + + 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> matplotlib-1.0.1-r1.ebuild: + remove ptex dep as it is going away 09 Aug 2011; Sébastien Fabbro <bicatali@gentoo.org> matplotlib-1.0.1-r1.ebuild, +files/matplotlib-1.0.1-linux3.patch: diff --git a/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild b/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild index 2b6e6b3a92fb..4da052280466 100644 --- a/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild +++ b/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.6 2011/08/09 05:40:01 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.7 2011/10/05 19:34:13 aballier Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -41,17 +41,9 @@ DEPEND="${CDEPEND} dev-python/xlwt dev-python/sphinx media-gfx/graphviz[cairo] - || ( - ( - dev-texlive/texlive-latexextra - dev-texlive/texlive-fontsrecommended - dev-texlive/texlive-latexrecommended - ) - ( - app-text/ptex - dev-tex/latex-unicode - ) - ) + dev-texlive/texlive-latexextra + dev-texlive/texlive-fontsrecommended + dev-texlive/texlive-latexrecommended )" RDEPEND="${CDEPEND} |