Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/ampi/
Date: Wed, 05 Apr 2017 15:36:29
Message-Id: 1491406568.eb66cc6f657075ec5f94a77f218864d9b7266fc1.xmw@gentoo
1 commit: eb66cc6f657075ec5f94a77f218864d9b7266fc1
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 15:35:09 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 15:36:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb66cc6f
7
8 sys-cluster/ampi: 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 sys-cluster/ampi/ampi-0_pre20140616.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-cluster/ampi/ampi-0_pre20140616.ebuild b/sys-cluster/ampi/ampi-0_pre20140616.ebuild
17 index a461773f29b..3188d85576a 100644
18 --- a/sys-cluster/ampi/ampi-0_pre20140616.ebuild
19 +++ b/sys-cluster/ampi/ampi-0_pre20140616.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -11,7 +11,7 @@ SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz"
27
28 LICENSE="MIT"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
32
33 RDEPEND="virtual/mpi"
34 DEPEND="${RDEPEND}"