diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:32:35 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 23:32:35 +0000 |
commit | 62eeed1d293fb0957ac299dc33ce55bfd28c73bd (patch) | |
tree | 7ca725b84298b6294a54a95cc67ebb83c183cca4 /dev-python/gnuplot-py/gnuplot-py-1.6.ebuild | |
parent | added hardened-gcc excludes (diff) | |
download | gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.tar.gz gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.tar.bz2 gentoo-2-62eeed1d293fb0957ac299dc33ce55bfd28c73bd.zip |
repoman: trim trailing whitespace
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/* |