diff options
Diffstat (limited to 'dev-python/gnuplot-py/gnuplot-py-1.6.ebuild')
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild index 3a35d3273902..0c3c7367506c 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.6.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/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.4 2003/09/02 22:27:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.6.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils @@ -12,10 +12,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86" SLOT="0" -DEPEND="virtual/python - media-gfx/gnuplot +DEPEND="virtual/python + media-gfx/gnuplot dev-python/numeric" - + src_install() { distutils_src_install dohtml doc/Gnuplot/* |