diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-02-06 09:47:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-02-06 09:47:45 +0000 |
commit | cdced6fe93c8fb9ae9ec733a599b1b8921858c2e (patch) | |
tree | 0c62b6a57c7f801c4daf874c14f0ebdf2eb76724 /dev-python | |
parent | Backport fix for sec bug, #500484 (diff) | |
download | gentoo-2-cdced6fe93c8fb9ae9ec733a599b1b8921858c2e.tar.gz gentoo-2-cdced6fe93c8fb9ae9ec733a599b1b8921858c2e.tar.bz2 gentoo-2-cdced6fe93c8fb9ae9ec733a599b1b8921858c2e.zip |
Drop testing arches back to testing
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/numpy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/numpy/numpy-1.6.2-r2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/numpy/ChangeLog b/dev-python/numpy/ChangeLog index 6aa898a11705..fea50e4f3e13 100644 --- a/dev-python/numpy/ChangeLog +++ b/dev-python/numpy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/numpy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.219 2014/02/06 09:44:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/ChangeLog,v 1.220 2014/02/06 09:47:45 jlec Exp $ + + 06 Feb 2014; Justin Lecher <jlec@gentoo.org> numpy-1.6.2-r2.ebuild: + Drop testing arches back to testing *numpy-1.8.0-r1 (06 Feb 2014) diff --git a/dev-python/numpy/numpy-1.6.2-r2.ebuild b/dev-python/numpy/numpy-1.6.2-r2.ebuild index 9f096ecb3f49..0c825113e17d 100644 --- a/dev-python/numpy/numpy-1.6.2-r2.ebuild +++ b/dev-python/numpy/numpy-1.6.2-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild,v 1.18 2013/09/17 05:46:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.6.2-r2.ebuild,v 1.19 2014/02/06 09:47:45 jlec Exp $ EAPI=5 @@ -23,7 +23,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 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="doc lapack test" RDEPEND=" |