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: Tue, 14 Feb 2017 00:36:57
Message-Id: 1487032574.8d8ad8f0f9fc94fbdbb2c3c9baae9d6299a12491.xmw@gentoo
1 commit: 8d8ad8f0f9fc94fbdbb2c3c9baae9d6299a12491
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 00:31:47 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 00:36:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d8ad8f0
7
8 dev-util/cucumber: Add ~ppc keyword (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 | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
16 index 3eb4aa4614..f78112bb07 100644
17 --- a/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
18 +++ b/dev-util/cucumber/cucumber-2.4.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -18,7 +18,7 @@ DESCRIPTION="Executable feature scenarios"
26 HOMEPAGE="https://github.com/aslakhellesoy/cucumber/wikis"
27 LICENSE="Ruby"
28
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~ppc"
31 SLOT="0"
32 IUSE="examples test"