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-ml/parmap/
Date: Wed, 05 Apr 2017 09:52:02
Message-Id: 1491385866.adb4e88144154a463a7c83aedd223c1996f5cdec.xmw@gentoo
1 commit: adb4e88144154a463a7c83aedd223c1996f5cdec
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 09:34:47 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 09:51:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb4e881
7
8 dev-ml/parmap: add ~ppc (bug 527318).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-ml/parmap/parmap-1.0_rc7-r1.ebuild | 4 ++--
14 dev-ml/parmap/parmap-1.0_rc8.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild
18 index 207d49256df..bb49d2b6cc9 100644
19 --- a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild
20 +++ b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}-ocam
28
29 LICENSE="LGPL-2-with-linking-exception"
30 SLOT="0/${PV}"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="~amd64 ~ppc ~x86"
33 IUSE="+ocamlopt"
34
35 RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"
36
37 diff --git a/dev-ml/parmap/parmap-1.0_rc8.ebuild b/dev-ml/parmap/parmap-1.0_rc8.ebuild
38 index d5677137cce..fef21fd86c8 100644
39 --- a/dev-ml/parmap/parmap-1.0_rc8.ebuild
40 +++ b/dev-ml/parmap/parmap-1.0_rc8.ebuild
41 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.
42
43 LICENSE="LGPL-2-with-linking-exception"
44 SLOT="0/${PV}"
45 -KEYWORDS="~amd64 ~arm ~x86"
46 +KEYWORDS="~amd64 ~arm ~ppc ~x86"
47 IUSE="+ocamlopt"
48
49 RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"