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/shoulda-matchers/
Date: Tue, 14 Feb 2017 10:23:26
Message-Id: 1487067796.724e4328afbb6b3853c7ea45217fcc6c6a5bb315.xmw@gentoo
1 commit: 724e4328afbb6b3853c7ea45217fcc6c6a5bb315
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 10:22:57 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 10:23:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724e4328
7
8 dev-ruby/shoulda-matchers: Add ~ppc keyword (bug 583390).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild
16 index 98d41b02a3..829b552105 100644
17 --- a/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-r1.ebuild
18 +++ b/dev-ruby/shoulda-matchers/shoulda-matchers-3.1.1-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 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
26
27 LICENSE="MIT"
28 SLOT="3"
29 -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
30 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
31 IUSE=""
32
33 ruby_add_rdepend ">=dev-ruby/activesupport-4.0.0:*"