summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2011-10-06 20:09:15 +0000
committerAlexis Ballier <aballier@gentoo.org>2011-10-06 20:09:15 +0000
commit41ff36202c6a4ecfa257016842d9864e1be27da6 (patch)
treed756bff8dcc35571f2abc5bcb2b098d5f1cc9eed
parentMask new bin-prot (diff)
downloadgentoo-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)
-rw-r--r--dev-python/matplotlib/ChangeLog5
-rw-r--r--dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild7
2 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index d3be6e05b92a..e9badab527df 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.108 2011/10/05 19:34:13 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.109 2011/10/06 20:09:15 aballier Exp $
+
+ 06 Oct 2011; Alexis Ballier <aballier@gentoo.org> matplotlib-1.0.1-r1.ebuild:
+ remove forgotten ptex dep in previous commit
05 Oct 2011; Alexis Ballier <aballier@gentoo.org> matplotlib-1.0.1-r1.ebuild:
remove ptex dep as it is going away
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")