summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-29 02:10:37 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-29 02:10:37 +0000
commit8e6b0643f8e9ebde1190607b0025e1b9bd40ba10 (patch)
tree8f394d79db8f36116472197dd818d63a20fc8d97 /dev-python/gnuplot-py
parentuse default-linux/x86/* (diff)
downloadhistorical-8e6b0643f8e9ebde1190607b0025e1b9bd40ba10.tar.gz
historical-8e6b0643f8e9ebde1190607b0025e1b9bd40ba10.tar.bz2
historical-8e6b0643f8e9ebde1190607b0025e1b9bd40ba10.zip
s390 love
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python/gnuplot-py')
-rw-r--r--dev-python/gnuplot-py/gnuplot-py-1.7.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild
index 53392efdc4f8..7d387f45fec2 100644
--- a/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild
+++ b/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild
@@ -1,17 +1,18 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild,v 1.1 2004/10/02 22:56:47 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7.ebuild,v 1.2 2005/03/29 02:06:13 vapier Exp $
inherit distutils
-IUSE=""
DESCRIPTION="A python wrapper for Gnuplot"
HOMEPAGE="http://gnuplot-py.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~amd64 ~ppc"
SLOT="0"
+KEYWORDS="~amd64 ~ppc s390 ~x86"
+IUSE=""
+
DEPEND="virtual/python
media-gfx/gnuplot
dev-python/numeric"