diff options
author | Markus Meier <maekke@gentoo.org> | 2011-06-19 13:34:36 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-06-19 13:34:36 +0000 |
commit | b82ddadf24979f327db1c8983de7dbcc6a9ce338 (patch) | |
tree | 4257180d20594f29189f18395567467f8d5d8c17 /dev-python | |
parent | add ~arm, bug #371687 (diff) | |
download | gentoo-2-b82ddadf24979f327db1c8983de7dbcc6a9ce338.tar.gz gentoo-2-b82ddadf24979f327db1c8983de7dbcc6a9ce338.tar.bz2 gentoo-2-b82ddadf24979f327db1c8983de7dbcc6a9ce338.zip |
arm stable, bug #371673
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numpy/numpy-1.6.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/numpy/ChangeLog b/dev-python/numpy/ChangeLog index 7913d774cdfa..2ed3dad7b758 100644 --- a/dev-python/numpy/ChangeLog +++ b/dev-python/numpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.142 2011/06/18 11:34:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.143 2011/06/19 13:34:36 maekke Exp $ + + 19 Jun 2011; Markus Meier <maekke@gentoo.org> numpy-1.6.0.ebuild: + arm stable, bug #371673 18 Jun 2011; Markos Chandras <hwoarang@gentoo.org> numpy-1.6.0.ebuild: Stable on amd64 wrt bug #371673 diff --git a/dev-python/numpy/numpy-1.6.0.ebuild b/dev-python/numpy/numpy-1.6.0.ebuild index 296bd098503d..539e18765ee9 100644 --- a/dev-python/numpy/numpy-1.6.0.ebuild +++ b/dev-python/numpy/numpy-1.6.0.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/numpy/numpy-1.6.0.ebuild,v 1.3 2011/06/18 11:34:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.0.ebuild,v 1.4 2011/06/19 13:34:36 maekke Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RDEPEND="dev-python/setuptools |