diff options
author | Brent Baude <ranger@gentoo.org> | 2011-02-27 18:24:47 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-02-27 18:24:47 +0000 |
commit | 4dae727e2b091f6d9f555d3504afd0cf94a20f7a (patch) | |
tree | 9515b9eaec04bcfc9938dc309f4b1ed1fa00f7d9 /dev-python/scientificpython/scientificpython-2.9.1.ebuild | |
parent | Fix building with SQLITE_OMIT_WAL defined (bug #353967). (diff) | |
download | gentoo-2-4dae727e2b091f6d9f555d3504afd0cf94a20f7a.tar.gz gentoo-2-4dae727e2b091f6d9f555d3504afd0cf94a20f7a.tar.bz2 gentoo-2-4dae727e2b091f6d9f555d3504afd0cf94a20f7a.zip |
stable ppc, bug 353450
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-python/scientificpython/scientificpython-2.9.1.ebuild')
-rw-r--r-- | dev-python/scientificpython/scientificpython-2.9.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/scientificpython/scientificpython-2.9.1.ebuild b/dev-python/scientificpython/scientificpython-2.9.1.ebuild index cc7717379ed4..b9f2742773de 100644 --- a/dev-python/scientificpython/scientificpython-2.9.1.ebuild +++ b/dev-python/scientificpython/scientificpython-2.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.1.ebuild,v 1.2 2011/02/27 14:52:51 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.9.1.ebuild,v 1.3 2011/02/27 18:24:47 ranger Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -19,7 +19,7 @@ HOMEPAGE="http://sourcesup.cru.fr/projects/scientific-py/" LICENSE="CeCILL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha ~amd64 ~ia64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc mpi test" RDEPEND="dev-python/numpy |