diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-08 16:35:50 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-08 16:35:50 +0000 |
commit | 7bb74d4bb1a535e189b4c5c048273d4134b4667f (patch) | |
tree | 486966c7d256d2db12d4f3baa0f6d6d3b00d6b65 /dev-python/numeric | |
parent | Updated to 2.14.1 snapshot. (diff) | |
download | historical-7bb74d4bb1a535e189b4c5c048273d4134b4667f.tar.gz historical-7bb74d4bb1a535e189b4c5c048273d4134b4667f.tar.bz2 historical-7bb74d4bb1a535e189b4c5c048273d4134b4667f.zip |
Stable on ppc64
Package-Manager: portage-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 446e4a106f13..d2cf4627d22c 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.11 2005/01/21 16:49:57 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/ChangeLog,v 1.12 2005/04/08 16:31:58 corsair Exp $ + + 08 Apr 2005; Markus Rothe <corsair@gentoo.org> numeric-23.7.ebuild: + Added ~ppc64 to KEYWORDS *numeric-23.7 (21 Jan 2005) diff --git a/dev-python/numeric/numeric-23.7.ebuild b/dev-python/numeric/numeric-23.7.ebuild index f1fca47445ef..e1bfb165d803 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.2 2005/03/29 01:45:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numeric/numeric-23.7.ebuild,v 1.3 2005/04/08 16:31:58 corsair 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 ~ppc ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~s390 ~sparc ~x86 ~ppc64" IUSE="" # 2.1 gave sandbox violations see #21 |