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/cmdliner/
Date: Wed, 05 Apr 2017 09:52:02
Message-Id: 1491385859.ec4d732fc3a1e602a60b5792605b958f1ad6e5c3.xmw@gentoo
1 commit: ec4d732fc3a1e602a60b5792605b958f1ad6e5c3
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 09:32:12 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 09:50:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4d732f
7
8 dev-ml/cmdliner: 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/cmdliner/cmdliner-0.9.8.ebuild | 4 ++--
14 dev-ml/cmdliner/cmdliner-1.0.0.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild
18 index 0071da93e49..c4581514830 100644
19 --- a/dev-ml/cmdliner/cmdliner-0.9.8.ebuild
20 +++ b/dev-ml/cmdliner/cmdliner-0.9.8.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 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 @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz"
28
29 LICENSE="BSD"
30 SLOT="0/${PV}"
31 -KEYWORDS="~amd64"
32 +KEYWORDS="~amd64 ~ppc"
33 IUSE="doc +ocamlopt"
34
35 RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]"
36
37 diff --git a/dev-ml/cmdliner/cmdliner-1.0.0.ebuild b/dev-ml/cmdliner/cmdliner-1.0.0.ebuild
38 index 42b1fdc7c63..9a1312e3874 100644
39 --- a/dev-ml/cmdliner/cmdliner-1.0.0.ebuild
40 +++ b/dev-ml/cmdliner/cmdliner-1.0.0.ebuild
41 @@ -11,7 +11,7 @@ SRC_URI="http://erratique.ch/software/${PN}/releases/${P}.tbz"
42
43 LICENSE="ISC"
44 SLOT="0/${PV}"
45 -KEYWORDS="~amd64 ~arm"
46 +KEYWORDS="~amd64 ~arm ~ppc"
47 IUSE="+ocamlopt test"
48
49 RDEPEND="