diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-01 14:23:32 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-01 14:23:32 +0000 |
commit | 6ad1c1ee8ce5a5f1d1bd7e54644a10681e5e783a (patch) | |
tree | d37c8db501f89f2319ce9ac910b08df44c51a5f7 /dev-python/numpy | |
parent | Version bump (diff) | |
download | gentoo-2-6ad1c1ee8ce5a5f1d1bd7e54644a10681e5e783a.tar.gz gentoo-2-6ad1c1ee8ce5a5f1d1bd7e54644a10681e5e783a.tar.bz2 gentoo-2-6ad1c1ee8ce5a5f1d1bd7e54644a10681e5e783a.zip |
Stable on amd64 wrt bug #326251
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/numpy')
-rw-r--r-- | dev-python/numpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numpy/numpy-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/numpy/ChangeLog b/dev-python/numpy/ChangeLog index 020b7845157d..a1180070ab24 100644 --- a/dev-python/numpy/ChangeLog +++ b/dev-python/numpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.110 2010/06/30 01:59:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.111 2010/07/01 14:23:32 hwoarang Exp $ + + 01 Jul 2010; Markos Chandras <hwoarang@gentoo.org> numpy-1.4.1.ebuild: + Stable on amd64 wrt bug #326251 30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> numpy-1.2.1.ebuild, numpy-1.3.0-r1.ebuild, numpy-1.3.0-r2.ebuild, diff --git a/dev-python/numpy/numpy-1.4.1.ebuild b/dev-python/numpy/numpy-1.4.1.ebuild index 32a0bdd3899a..b4f5b0663957 100644 --- a/dev-python/numpy/numpy-1.4.1.ebuild +++ b/dev-python/numpy/numpy-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.4.1.ebuild,v 1.2 2010/06/30 01:59:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.4.1.ebuild,v 1.3 2010/07/01 14:23:32 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,7 +22,7 @@ SRC_URI="mirror://sourceforge/numpy/${P}.tar.gz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 -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 -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 |