Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/starpu/
Date: Wed, 05 Apr 2017 15:36:18
Message-Id: 1491406552.8c0095aa54c8b261babd19cf5a186d1915d26e5f.xmw@gentoo
1 commit: 8c0095aa54c8b261babd19cf5a186d1915d26e5f
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 15:33:59 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 15:35:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c0095aa
7
8 dev-libs/starpu: add ~arm ~ppc64 keyword (bug 575366)
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
12
13 dev-libs/starpu/starpu-1.1.5-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/starpu/starpu-1.1.5-r1.ebuild b/dev-libs/starpu/starpu-1.1.5-r1.ebuild
17 index 759d3cf63f4..11631ff8b3b 100644
18 --- a/dev-libs/starpu/starpu-1.1.5-r1.ebuild
19 +++ b/dev-libs/starpu/starpu-1.1.5-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 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="${HOMEPAGE}/files/${P}.tar.gz"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0/8"
30 -KEYWORDS="~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux"
31 +KEYWORDS="~alpha ~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux"
32
33 IUSE="blas cuda debug doc examples fftw gcc-plugin mpi opencl opengl
34 qt4 static-libs test"