diff options
Diffstat (limited to 'dev-python/python-biggles/python-biggles-1.6.3.ebuild')
-rw-r--r-- | dev-python/python-biggles/python-biggles-1.6.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/python-biggles/python-biggles-1.6.3.ebuild b/dev-python/python-biggles/python-biggles-1.6.3.ebuild index f27a50f4a00d..f5a2c1af72e9 100644 --- a/dev-python/python-biggles/python-biggles-1.6.3.ebuild +++ b/dev-python/python-biggles/python-biggles-1.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-biggles/python-biggles-1.6.3.ebuild,v 1.6 2003/09/02 22:32:41 liquidx Exp $ inherit distutils @@ -9,7 +9,9 @@ SRC_URI="mirror://sourceforge/biggles/${P}.tar.gz" HOMEPAGE="http://biggles.sourceforge.net" DEPEND="~media-libs/plotutils-2.4.1 - dev-python/Numeric" + dev-python/numeric" + +IUSE="" SLOT="0" KEYWORDS="x86" LICENSE="GPL-2" |