diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-15 09:57:46 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2009-01-15 09:57:46 +0000 |
commit | cdd435535e0aa18e445501ac94e2ed83616e6b28 (patch) | |
tree | 6053613de4f57dd9f78c69146ba1e3f750693c13 /dev-python/matplotlib/matplotlib-0.98.5.2.ebuild | |
parent | Revbump so users get the fix on the init script, bug #254995, thanks to Matt ... (diff) | |
download | gentoo-2-cdd435535e0aa18e445501ac94e2ed83616e6b28.tar.gz gentoo-2-cdd435535e0aa18e445501ac94e2ed83616e6b28.tar.bz2 gentoo-2-cdd435535e0aa18e445501ac94e2ed83616e6b28.zip |
Reorganized dependencies. Added enthought traits support, removed bundled pyparsing, pycxx (bug #252947) and fonts. Temporary mirror restricting since upstream has changed source (bug #252578)
(Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'dev-python/matplotlib/matplotlib-0.98.5.2.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-0.98.5.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild b/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild index e0d2a5fe830e..8609d393e077 100644 --- a/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild +++ b/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild,v 1.2 2008/12/23 11:41:41 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.98.5.2.ebuild,v 1.3 2009/01/15 09:57:46 bicatali Exp $ WX_GTK_VER=2.8 EAPI=2 @@ -39,7 +39,7 @@ RDEPEND="${DEPEND} qt4? ( dev-python/PyQt4 )" DOCS="INTERACTIVE" - +RESTRICT="mirror" use_setup() { local uword="${2}" [ -z "${2}" ] && uword="${1}" |