Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/listen/
Date: Sat, 01 Jul 2017 13:45:31
Message-Id: 1498916707.f049edd644fb1d372308fb256e7402dad9b0a9c7.aballier@gentoo
1 commit: f049edd644fb1d372308fb256e7402dad9b0a9c7
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 12:40:54 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 13:45:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f049edd6
7
8 dev-ruby/listen: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/listen/listen-1.3.1-r4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/listen/listen-1.3.1-r4.ebuild b/dev-ruby/listen/listen-1.3.1-r4.ebuild
16 index 9e1d9f4dc1d..78748d8b0f0 100644
17 --- a/dev-ruby/listen/listen-1.3.1-r4.ebuild
18 +++ b/dev-ruby/listen/listen-1.3.1-r4.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="https://github.com/guard/listen/archive/v${PV}.tar.gz -> ${P}-git.tgz"
20
21 LICENSE="MIT"
22 SLOT="1"
23 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos"
25 IUSE=""
26
27 ruby_add_rdepend ">=dev-ruby/rb-inotify-0.9.0"