summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-11-28 21:52:12 +0000
committerMarien Zwart <marienz@gentoo.org>2006-11-28 21:52:12 +0000
commit5daf8b240b5ca3c2d6f6ef53ab4222a501903cc2 (patch)
tree00ed1d7db4e7c01a7114d1d5260248739501f7b9 /dev-python
parentfully fix bug 150801 (diff)
downloadgentoo-2-5daf8b240b5ca3c2d6f6ef53ab4222a501903cc2.tar.gz
gentoo-2-5daf8b240b5ca3c2d6f6ef53ab4222a501903cc2.tar.bz2
gentoo-2-5daf8b240b5ca3c2d6f6ef53ab4222a501903cc2.zip
Adding freetype dependency for bug #152051. Thanks to Evil Compile Person for reporting.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/matplotlib/ChangeLog6
-rw-r--r--dev-python/matplotlib/matplotlib-0.80-r1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-python/matplotlib/ChangeLog b/dev-python/matplotlib/ChangeLog
index bfca068da3b8..47a44db4230f 100644
--- a/dev-python/matplotlib/ChangeLog
+++ b/dev-python/matplotlib/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/matplotlib
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.23 2006/07/17 15:59:42 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.24 2006/11/28 21:52:12 marienz Exp $
+
+ 28 Nov 2006; Marien Zwart <marienz@gentoo.org> matplotlib-0.80-r1.ebuild:
+ Adding freetype dependency for bug #152051. Thanks to Evil Compile Person
+ for reporting.
*matplotlib-0.87.4 (17 Jul 2006)
diff --git a/dev-python/matplotlib/matplotlib-0.80-r1.ebuild b/dev-python/matplotlib/matplotlib-0.80-r1.ebuild
index 547e0edc8cca..03f10534b2ac 100644
--- a/dev-python/matplotlib/matplotlib-0.80-r1.ebuild
+++ b/dev-python/matplotlib/matplotlib-0.80-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.80-r1.ebuild,v 1.5 2005/12/07 17:48:54 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.80-r1.ebuild,v 1.6 2006/11/28 21:52:12 marienz Exp $
inherit distutils
@@ -16,6 +16,7 @@ LICENSE="PYTHON"
DEPEND="virtual/python
>=dev-python/numeric-22
gtk? ( >=dev-python/pygtk-1.99.16 )
+ >=media-libs/freetype-2.1.7
!dev-python/pytz
!dev-python/python-dateutil"