diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-11 20:22:26 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2005-05-11 20:22:26 +0000 |
commit | 7da7884ab48758e58a802a62b0aea76912cfefd5 (patch) | |
tree | fe504d71f2a8ea905909a8e5d9dbc7f94ca28c33 | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-7da7884ab48758e58a802a62b0aea76912cfefd5.tar.gz gentoo-2-7da7884ab48758e58a802a62b0aea76912cfefd5.tar.bz2 gentoo-2-7da7884ab48758e58a802a62b0aea76912cfefd5.zip |
Stable on amd64.
(Portage version: 2.0.51.21-r1)
-rw-r--r-- | dev-python/numeric/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numeric/numeric-23.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/numeric/ChangeLog b/dev-python/numeric/ChangeLog index e6c5a9d56e6a..ca6ff01bf1ff 100644 --- a/dev-python/numeric/ChangeLog +++ b/dev-python/numeric/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numeric # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.18 2005/05/08 02:50:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.19 2005/05/11 20:22:26 cryos Exp $ + + 11 May 2005; Marcus D. Hanwell <cryos@gentoo.org> numeric-23.7.ebuild: + Stable on amd64. 08 May 2005; Aron Griffis <agriffis@gentoo.org> numeric-23.7.ebuild: stable on ia64 diff --git a/dev-python/numeric/numeric-23.7.ebuild b/dev-python/numeric/numeric-23.7.ebuild index 71f09798c303..ba9303f0bff2 100644 --- a/dev-python/numeric/numeric-23.7.ebuild +++ b/dev-python/numeric/numeric-23.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.8 2005/05/08 02:50:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.9 2005/05/11 20:22:26 cryos Exp $ inherit distutils eutils @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/numpy/${MY_P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 hppa ia64 ~ppc ~ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 hppa ia64 ~ppc ~ppc64 ~s390 sparc x86" IUSE="" # 2.1 gave sandbox violations see #21 |