diff options
author | Sven Blumenstein <bazik@gentoo.org> | 2004-02-26 19:08:15 +0000 |
---|---|---|
committer | Sven Blumenstein <bazik@gentoo.org> | 2004-02-26 19:08:15 +0000 |
commit | a68c6af58652ce65ef3bfa700c85fad44233a4db (patch) | |
tree | 3d08b2027c8f41db4995f20dda89e7510943c55c /dev-python/numeric | |
parent | KEYWORD fix (diff) | |
download | gentoo-2-a68c6af58652ce65ef3bfa700c85fad44233a4db.tar.gz gentoo-2-a68c6af58652ce65ef3bfa700c85fad44233a4db.tar.bz2 gentoo-2-a68c6af58652ce65ef3bfa700c85fad44233a4db.zip |
Stable on sparc.
Diffstat (limited to 'dev-python/numeric')
-rw-r--r-- | dev-python/numeric/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numeric/numeric-23.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index f613a37fe23f..bfa55c450c88 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numeric # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.2 2004/01/29 21:57:49 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.3 2004/02/26 19:07:15 bazik Exp $ + + 26 Feb 2004; Sven Blumenstein <bazik@gentoo.org> numeric-23.1.ebuild: + Stable on sparc. *numeric-23.1 (02 Sep 2003) diff --git a/dev-python/numeric/numeric-23.1.ebuild b/dev-python/numeric/numeric-23.1.ebuild index 5b62a18e58ec..acecc6b7805d 100644 --- a/dev-python/numeric/numeric-23.1.ebuild +++ b/dev-python/numeric/numeric-23.1.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/numeric/numeric-23.1.ebuild,v 1.4 2004/02/22 17:19:27 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.1.ebuild,v 1.5 2004/02/26 19:07:15 bazik Exp $ inherit distutils @@ -13,7 +13,7 @@ HOMEPAGE="http://www.pfdubois.com/numpy/" IUSE="" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha hppa amd64" +KEYWORDS="x86 ~ppc sparc ~alpha hppa amd64" LICENSE="as-is" # 2.1 gave sandbox violations see #21 |