diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-10-06 20:09:15 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-10-06 20:09:15 +0000 |
commit | 41ff36202c6a4ecfa257016842d9864e1be27da6 (patch) | |
tree | d756bff8dcc35571f2abc5bcb2b098d5f1cc9eed /dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild | |
parent | Mask new bin-prot (diff) | |
download | gentoo-2-41ff36202c6a4ecfa257016842d9864e1be27da6.tar.gz gentoo-2-41ff36202c6a4ecfa257016842d9864e1be27da6.tar.bz2 gentoo-2-41ff36202c6a4ecfa257016842d9864e1be27da6.zip |
remove forgotten ptex dep in previous commit
(Portage version: 2.2.0_alpha62/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild b/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild index 4da052280466..617677c43498 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.7 2011/10/05 19:34:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.8 2011/10/06 20:09:15 aballier Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -61,10 +61,7 @@ RDEPEND="${CDEPEND} app-text/ghostscript-gpl app-text/dvipng app-text/poppler[utils] - || ( - dev-texlive/texlive-fontsrecommended - app-text/ptex - ) + dev-texlive/texlive-fontsrecommended )" PYTHON_CFLAGS=("2.* + -fno-strict-aliasing") |