diff options
Diffstat (limited to 'dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild')
-rw-r--r-- | dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild b/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild index e7509735f633..ff8757f72ab6 100644 --- a/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild +++ b/dev-python/python-biggles/python-biggles-1.6.4-r1.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/python-biggles/python-biggles-1.6.4-r1.ebuild,v 1.5 2008/03/10 15:20:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.4-r1.ebuild,v 1.6 2009/07/14 21:08:28 fauli Exp $ inherit distutils eutils @@ -11,7 +11,7 @@ DESCRIPTION="A Python module for creating publication-quality 2D scientific plot SRC_URI="mirror://sourceforge/biggles/${MY_P}.tar.gz" HOMEPAGE="http://biggles.sourceforge.net/" -DEPEND="~media-libs/plotutils-2.4.1 +DEPEND="media-libs/plotutils dev-python/numpy x11-libs/libSM x11-libs/libXext" |