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-ruby/method_source/
Date: Tue, 14 Feb 2017 09:28:31
Message-Id: 1487064485.55624b4d5c4eaa98a6ae871e72088653bd48f18d.xmw@gentoo
1 commit: 55624b4d5c4eaa98a6ae871e72088653bd48f18d
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 09:24:15 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 09:28:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55624b4d
7
8 dev-ruby/method_source: Add ~ppc keyword (bug 583390).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/method_source/method_source-0.8.2-r3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild b/dev-ruby/method_source/method_source-0.8.2-r3.ebuild
16 index 0414152ae0..7207aaf49a 100644
17 --- a/dev-ruby/method_source/method_source-0.8.2-r3.ebuild
18 +++ b/dev-ruby/method_source/method_source-0.8.2-r3.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 @@ -17,7 +17,7 @@ IUSE=""
26 SLOT="0"
27
28 LICENSE="MIT"
29 -KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
31
32 ruby_add_bdepend "test? ( >=dev-ruby/bacon-1.1.0 )"