diff options
author | 2008-12-07 19:29:41 +0000 | |
---|---|---|
committer | 2008-12-07 19:29:41 +0000 | |
commit | 5e0b73966373881b06e21a7a0dd19f183d97018b (patch) | |
tree | a1bfb6628d0543f023c696924f2eb4c6490380e3 /dev-python | |
parent | 07 Dec 2008; Zac Medico <zmedico@gentoo.org> +elogv-0.7.3.ebuild: (diff) | |
download | historical-5e0b73966373881b06e21a7a0dd19f183d97018b.tar.gz historical-5e0b73966373881b06e21a7a0dd19f183d97018b.tar.bz2 historical-5e0b73966373881b06e21a7a0dd19f183d97018b.zip |
s390 love
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.27.8 x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/gnuplot-py/gnuplot-py-1.8.ebuild | 4 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.8.2.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild index 6106ccfa8626..31e41577682c 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r2.ebuild,v 1.9 2008/10/06 16:10:39 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.7-r2.ebuild,v 1.10 2008/12/07 19:28:53 vapier Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~ia64 ppc ppc64 s390 sparc x86 ~x86-fbsd" IUSE="" DEPEND="virtual/python diff --git a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild index ac7ee2d78c68..b2ad448a7166 100644 --- a/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild +++ b/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.8.ebuild,v 1.2 2008/10/06 16:10:39 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnuplot-py/gnuplot-py-1.8.ebuild,v 1.3 2008/12/07 19:28:53 vapier Exp $ inherit distutils eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd" IUSE="doc" DEPEND="virtual/python diff --git a/dev-python/ipython/ipython-0.8.2.ebuild b/dev-python/ipython/ipython-0.8.2.ebuild index bdd28200fb1a..77f174a80ee0 100644 --- a/dev-python/ipython/ipython-0.8.2.ebuild +++ b/dev-python/ipython/ipython-0.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.2.ebuild,v 1.7 2008/08/25 08:46:32 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.2.ebuild,v 1.8 2008/12/07 19:29:41 vapier Exp $ NEED_PYTHON=2.3 @@ -12,7 +12,7 @@ SRC_URI="http://ipython.scipy.org/dist/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ia64 ppc ppc64 ~s390 x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 s390 x86" IUSE="doc examples emacs gnuplot" RDEPEND="gnuplot? ( dev-python/gnuplot-py ) |