Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/armadillo/
Date: Sat, 18 Aug 2018 22:37:04
Message-Id: 1534631764.143267e33b0267b6c99a1c2146c8adad4634d7a7.slyfox@gentoo
1 commit: 143267e33b0267b6c99a1c2146c8adad4634d7a7
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 22:36:04 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 22:36:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=143267e3
7
8 sci-libs/armadillo: stable 8.300.2 for ppc64, bug #657244
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11 RepoMan-Options: --include-arches="ppc64"
12
13 sci-libs/armadillo/armadillo-8.300.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/armadillo/armadillo-8.300.2.ebuild b/sci-libs/armadillo/armadillo-8.300.2.ebuild
17 index dccb43520ea..16a2c23fa83 100644
18 --- a/sci-libs/armadillo/armadillo-8.300.2.ebuild
19 +++ b/sci-libs/armadillo/armadillo-8.300.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/arma/${P}.tar.xz"
27
28 LICENSE="Apache-2.0"
29 SLOT="0/8"
30 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~amd64 ~arm ppc64 ~x86 ~amd64-linux ~x86-linux"
32 IUSE="arpack blas debug doc examples hdf5 lapack mkl superlu tbb test"
33 REQUIRED_USE="test? ( lapack )"