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/uutf/
Date: Wed, 05 Apr 2017 09:52:34
Message-Id: 1491385907.62383ba80594df20cb7abe75cc61ac9f3019b124.xmw@gentoo
1 commit: 62383ba80594df20cb7abe75cc61ac9f3019b124
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 09:50:19 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 09:51:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62383ba8
7
8 dev-ml/uutf: 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/uutf/uutf-1.0.0-r1.ebuild | 2 +-
14 dev-ml/uutf/uutf-1.0.1.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ml/uutf/uutf-1.0.0-r1.ebuild b/dev-ml/uutf/uutf-1.0.0-r1.ebuild
18 index e8b1a1e0b2d..2b4aaaf0fd2 100644
19 --- a/dev-ml/uutf/uutf-1.0.0-r1.ebuild
20 +++ b/dev-ml/uutf/uutf-1.0.0-r1.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/uutf/releases/${P}.tbz"
22
23 LICENSE="ISC"
24 SLOT="0/${PV}"
25 -KEYWORDS="~amd64"
26 +KEYWORDS="~amd64 ~ppc"
27 IUSE="doc utftrip +ocamlopt test"
28
29 RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
30
31 diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild
32 index 9f2d75ea0fb..18ad96a1e4d 100644
33 --- a/dev-ml/uutf/uutf-1.0.1.ebuild
34 +++ b/dev-ml/uutf/uutf-1.0.1.ebuild
35 @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/uutf/releases/${P}.tbz"
36
37 LICENSE="ISC"
38 SLOT="0/${PV}"
39 -KEYWORDS="~amd64 ~arm"
40 +KEYWORDS="~amd64 ~arm ~ppc"
41 IUSE="doc utftrip +ocamlopt test"
42
43 RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]