summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Serboncini <fserb@gentoo.org>2005-06-13 02:03:01 +0000
committerFernando Serboncini <fserb@gentoo.org>2005-06-13 02:03:01 +0000
commit2991650e8a09eddccf4324f6b09eaaf1addb6874 (patch)
treeeb594245171709e91ddf3345c17200427328bab5 /dev-python/matplotlib
parentFix manifest. (diff)
downloadgentoo-2-2991650e8a09eddccf4324f6b09eaaf1addb6874.tar.gz
gentoo-2-2991650e8a09eddccf4324f6b09eaaf1addb6874.tar.bz2
gentoo-2-2991650e8a09eddccf4324f6b09eaaf1addb6874.zip
Fixed dependencies. Closes #95905.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r--dev-python/matplotlib/ChangeLog6
-rw-r--r--dev-python/matplotlib/matplotlib-0.81.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index bac0017e0c90..0dac3eb2329e 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.12 2005/06/11 21:43:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.13 2005/06/13 02:03:01 fserb Exp $
+
+ 13 Jun 2005; Fernando Serboncini <fserb@gentoo.org>
+ matplotlib-0.81.ebuild:
+ Fixed dependencies. Closes #95905.
11 Jun 2005; David Holm <dholm@gentoo.org> matplotlib-0.81.ebuild:
Added to ~ppc.
diff --git a/dev-python/matplotlib/matplotlib-0.81.ebuild b/dev-python/matplotlib/matplotlib-0.81.ebuild
index 6840114ed907..3cd233ea6277 100644
--- a/dev-python/matplotlib/matplotlib-0.81.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.81.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.81.ebuild,v 1.2 2005/06/11 21:43:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.81.ebuild,v 1.3 2005/06/13 02:03:01 fserb Exp $
inherit distutils
@@ -15,6 +15,10 @@ LICENSE="as-is"
DEPEND="virtual/python
>=dev-python/numeric-22
+ dev-python/numarray
+ >=media-libs/freetype-2.1.7
+ media-libs/libpng
+ sys-libs/zlib
gtk? ( >=dev-python/pygtk-1.99.16 )"
src_install() {