Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/neovim-ruby-client/
Date: Sat, 20 Apr 2019 23:05:04
Message-Id: 1555786846.86e144ffb3def1537ca18deecfb97501481ca7bf.zlogene@gentoo
1 commit: 86e144ffb3def1537ca18deecfb97501481ca7bf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 19:00:46 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 19:00:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86e144ff
7
8 dev-ruby/neovim-ruby-client: Add ~arm keyword wrt bug #676688
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="~arm"
13
14 dev-ruby/neovim-ruby-client/neovim-ruby-client-0.7.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.7.1.ebuild b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.7.1.ebuild
18 index 0aad7aca7be..890ccc5b558 100644
19 --- a/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.7.1.ebuild
20 +++ b/dev-ruby/neovim-ruby-client/neovim-ruby-client-0.7.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/alexgenco/neovim-ruby"
28
29 LICENSE="MIT"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="~amd64 ~arm ~x86"
33
34 ruby_add_rdepend ">=dev-ruby/msgpack-1.0.0"
35 ruby_add_rdepend ">=dev-ruby/multi_json-1.0.0"