Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/cblas/
Date: Wed, 28 Jun 2017 11:13:51
Message-Id: 1498648415.cf00b87f90bdf7764eb02f5f0cd668ee68eae29f.aballier@gentoo
1 commit: cf00b87f90bdf7764eb02f5f0cd668ee68eae29f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 28 11:13:35 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 28 11:13:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf00b87f
7
8 virtual/cblas: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 virtual/cblas/cblas-3.7.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/virtual/cblas/cblas-3.7.ebuild b/virtual/cblas/cblas-3.7.ebuild
16 index 04f9e7078a5..e708d4a2b5b 100644
17 --- a/virtual/cblas/cblas-3.7.ebuild
18 +++ b/virtual/cblas/cblas-3.7.ebuild
19 @@ -5,7 +5,7 @@ EAPI="6"
20
21 DESCRIPTION="Virtual for BLAS C implementation"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
25
26 RDEPEND="|| (
27 >=sci-libs/cblas-reference-20161223