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/erubi/
Date: Sat, 01 Jul 2017 13:45:23
Message-Id: 1498916702.b93d6c0d6bf2594c3287e6d69dda8409db74a1e9.aballier@gentoo
1 commit: b93d6c0d6bf2594c3287e6d69dda8409db74a1e9
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 1 11:48:03 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 1 13:45:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b93d6c0d
7
8 dev-ruby/erubi: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/erubi/erubi-1.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/erubi/erubi-1.6.1.ebuild b/dev-ruby/erubi/erubi-1.6.1.ebuild
16 index 19f35743eac..56e7b19eb23 100644
17 --- a/dev-ruby/erubi/erubi-1.6.1.ebuild
18 +++ b/dev-ruby/erubi/erubi-1.6.1.ebuild
19 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jeremyevans/erubi"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
25 IUSE=""
26
27 ruby_add_bdepend "test? ( dev-ruby/minitest )"