diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-07-15 13:04:30 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-07-15 13:04:30 +0000 |
commit | d2fd17c53d87c08547fc4c2fb922d79565acfabe (patch) | |
tree | 3c8e3119dc6ce25373353ab64b04eefd3970e012 /dev-python | |
parent | stable x86, bug 277356 (diff) | |
download | gentoo-2-d2fd17c53d87c08547fc4c2fb922d79565acfabe.tar.gz gentoo-2-d2fd17c53d87c08547fc4c2fb922d79565acfabe.tar.bz2 gentoo-2-d2fd17c53d87c08547fc4c2fb922d79565acfabe.zip |
stable x86, bug 277354
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numpy/numpy-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/numpy/ChangeLog b/dev-python/numpy/ChangeLog index 14bb68c42b90..50333c513cc8 100644 --- a/dev-python/numpy/ChangeLog +++ b/dev-python/numpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.82 2009/07/10 21:02:11 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.83 2009/07/15 13:04:30 fauli Exp $ + + 15 Jul 2009; Christian Faulhammer <fauli@gentoo.org> numpy-1.3.0.ebuild: + stable x86, bug 277354 10 Jul 2009; Ferris McCormick <fmccor@gentoo.org> numpy-1.3.0.ebuild: Sparc stable, bug #277354. diff --git a/dev-python/numpy/numpy-1.3.0.ebuild b/dev-python/numpy/numpy-1.3.0.ebuild index 35a812af1504..036807ee1086 100644 --- a/dev-python/numpy/numpy-1.3.0.ebuild +++ b/dev-python/numpy/numpy-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild,v 1.2 2009/07/10 21:02:11 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.3.0.ebuild,v 1.3 2009/07/15 13:04:30 fauli Exp $ NEED_PYTHON=2.4 EAPI=2 @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} IUSE="lapack test" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd" LICENSE="BSD" # whatever LDFLAGS set will break linking |