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/ocaml-re/
Date: Wed, 05 Apr 2017 09:52:07
Message-Id: 1491385880.553e4a28fa64dfe0311acfdef5bb8bf2be14975e.xmw@gentoo
1 commit: 553e4a28fa64dfe0311acfdef5bb8bf2be14975e
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 09:36:51 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 09:51:20 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=553e4a28
7
8 dev-ml/ocaml-re: 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/ocaml-re/ocaml-re-1.7.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild b/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
17 index 0674be654d3..ae5790077d3 100644
18 --- a/dev-ml/ocaml-re/ocaml-re-1.7.1.ebuild
19 +++ b/dev-ml/ocaml-re/ocaml-re-1.7.1.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=5
26 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="LGPL-2-with-linking-exception"
29 SLOT="0/${PV}"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="~amd64 ~ppc"
32 IUSE="test"
33
34 RDEPEND=">=dev-lang/ocaml-4.02:="