Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mpi4py/
Date: Mon, 28 Nov 2016 14:28:27
Message-Id: 1480343285.624b5a16d4f064241e87bcf7bbc8fcd0f82ebd44.junghans@gentoo
1 commit: 624b5a16d4f064241e87bcf7bbc8fcd0f82ebd44
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 28 14:28:05 2016 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 28 14:28:05 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=624b5a16
7
8 dev-python/mpi4py: added ~arm (tested by me)
9
10 Package-Manager: portage-2.3.0
11
12 dev-python/mpi4py/mpi4py-2.0.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/mpi4py/mpi4py-2.0.0.ebuild b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
16 index 9ec985d..1655765 100644
17 --- a/dev-python/mpi4py/mpi4py-2.0.0.ebuild
18 +++ b/dev-python/mpi4py/mpi4py-2.0.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
31 IUSE="doc examples test"
32
33 RDEPEND="virtual/mpi"