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-util/cucumber/
Date: Mon, 27 Feb 2017 17:02:29
Message-Id: 1488214905.37e9b2528f1d7d0ae2cbdb988e277eda228f0673.xmw@gentoo
1 commit: 37e9b2528f1d7d0ae2cbdb988e277eda228f0673
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 16:59:45 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 17:01:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e9b252
7
8 dev-util/cucumber: add ~arm ~ppc ~ppc64 keywords (bug 583390).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/cucumber/cucumber-2.4.0-r1.ebuild | 2 +-
13 dev-util/cucumber/cucumber-2.4.0.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
17 index 505f22ef2c..9eea50babe 100644
18 --- a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
19 +++ b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
20 @@ -18,7 +18,7 @@ DESCRIPTION="Executable feature scenarios"
21 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis"
22 LICENSE="Ruby"
23
24 -KEYWORDS="~amd64 ~arm ~ppc"
25 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
26 SLOT="0"
27 IUSE="examples test"
28
29
30 diff --git a/dev-util/cucumber/cucumber-2.4.0.ebuild b/dev-util/cucumber/cucumber-2.4.0.ebuild
31 index b1cce4d826..c594dfd784 100644
32 --- a/dev-util/cucumber/cucumber-2.4.0.ebuild
33 +++ b/dev-util/cucumber/cucumber-2.4.0.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2016 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -18,7 +18,7 @@ DESCRIPTION="Executable feature scenarios"
41 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis"
42 LICENSE="Ruby"
43
44 -KEYWORDS="~amd64"
45 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
46 SLOT="0"
47 IUSE="examples test"