Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gsl/
Date: Fri, 27 Dec 2019 19:35:35
Message-Id: 1577475326.4e4bd92d288b8d088f076aeb0cd39bbd9a990852.bman@gentoo
1 commit: 4e4bd92d288b8d088f076aeb0cd39bbd9a990852
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 27 19:35:16 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 19:35:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4bd92d
7
8 sci-libs/gsl: arm64 stable (bug #700196)
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11 Package-Manager: Portage-2.3.84, Repoman-2.3.20
12
13 sci-libs/gsl/gsl-2.5-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sci-libs/gsl/gsl-2.5-r1.ebuild b/sci-libs/gsl/gsl-2.5-r1.ebuild
17 index 7d7ec3ef16e..9b2bc0dde89 100644
18 --- a/sci-libs/gsl/gsl-2.5-r1.ebuild
19 +++ b/sci-libs/gsl/gsl-2.5-r1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz
21
22 LICENSE="GPL-3"
23 SLOT="0/23"
24 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
25 +KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x86-solaris"
26 IUSE="cblas-external +deprecated static-libs"
27
28 RDEPEND="cblas-external? ( virtual/cblas:= )"