Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/
Date: Thu, 17 Jan 2019 12:32:16
Message-Id: 1547728312.3afb0ec42a898f3d4cca0ffa0969f14b3fd8dfdd.leio@gentoo
1 commit: 3afb0ec42a898f3d4cca0ffa0969f14b3fd8dfdd
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 17 12:29:51 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 17 12:31:52 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3afb0ec4
7
8 dev-python/numpy-1.15.4: arm64 stable (bug #627952)
9
10 Unlike the stable target of 1.14.5 for others, this version passes
11 tests on arm64. As our stable trees usage of numpy is very limited,
12 we can risk jumping the gun here, under the assumption that it
13 works better for us, due to no test failures.
14
15 Bug: https://bugs.gentoo.org/627952
16 Package-Manager: Portage-2.3.52, Repoman-2.3.12
17 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
18
19 dev-python/numpy/numpy-1.15.4.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/dev-python/numpy/numpy-1.15.4.ebuild b/dev-python/numpy/numpy-1.15.4.ebuild
23 index 9bc29bd049b..f25c715339b 100644
24 --- a/dev-python/numpy/numpy-1.15.4.ebuild
25 +++ b/dev-python/numpy/numpy-1.15.4.ebuild
26 @@ -24,7 +24,7 @@ SRC_URI="
27 )"
28 LICENSE="BSD"
29 SLOT="0"
30 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
31 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
32 IUSE="doc lapack test"
33
34 RDEPEND="lapack? ( virtual/cblas virtual/lapack )"