diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-08 02:50:20 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-08 02:50:20 +0000 |
commit | 318795007138cf1135263cbadae89f744fbe8de2 (patch) | |
tree | 15cb602267b3d015ef5437f9b181c40fd5b68fe5 /dev-python/numeric | |
parent | stable on ia64 (diff) | |
download | gentoo-2-318795007138cf1135263cbadae89f744fbe8de2.tar.gz gentoo-2-318795007138cf1135263cbadae89f744fbe8de2.tar.bz2 gentoo-2-318795007138cf1135263cbadae89f744fbe8de2.zip |
stable on ia64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/numeric')
-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 aca96ba67113..e6c5a9d56e6a 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.17 2005/05/01 16:07:57 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.18 2005/05/08 02:50:20 agriffis Exp $ + + 08 May 2005; Aron Griffis <agriffis@gentoo.org> numeric-23.7.ebuild: + stable on ia64 01 May 2005; Guy Martin <gmsoft@gentoo.org> numeric-23.7.ebuild: Stable on hppa. diff --git a/dev-python/numeric/numeric-23.7.ebuild b/dev-python/numeric/numeric-23.7.ebuild index c0f1b74d8cc3..71f09798c303 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.7 2005/05/01 16:07:57 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.8 2005/05/08 02:50:20 agriffis 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 |