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/fuubar/
Date: Thu, 25 May 2017 19:54:09
Message-Id: 1495742001.1ddd7e59651ed6374b105c31e201c81013e9a453.xmw@gentoo
1 commit: 1ddd7e59651ed6374b105c31e201c81013e9a453
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 25 19:53:21 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Thu May 25 19:53:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ddd7e59
7
8 dev-ruby/fuubar: add ~ppc keyword (bug 574738).
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-ruby/fuubar/fuubar-2.2.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/fuubar/fuubar-2.2.0.ebuild b/dev-ruby/fuubar/fuubar-2.2.0.ebuild
17 index 7c73ad8ca6b..d231b47bf3c 100644
18 --- a/dev-ruby/fuubar/fuubar-2.2.0.ebuild
19 +++ b/dev-ruby/fuubar/fuubar-2.2.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jeffkreeftmeijer/fuubar"
27
28 LICENSE="MIT"
29 SLOT="2"
30 -KEYWORDS="~amd64 ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
32 IUSE=""
33
34 ruby_add_rdepend "dev-ruby/rspec:3 >=dev-ruby/ruby-progressbar-1.4"