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/connection_pool/
Date: Fri, 30 Jun 2017 12:47:39
Message-Id: 1498826836.d5c99b9aacc01410d6a0af45a3f86500fa21e3c0.aballier@gentoo
1 commit: d5c99b9aacc01410d6a0af45a3f86500fa21e3c0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 30 12:46:29 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 30 12:47:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c99b9a
7
8 dev-ruby/connection_pool: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ruby/connection_pool/connection_pool-2.2.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild
16 index 2f362210307..eaf2366fa37 100644
17 --- a/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild
18 +++ b/dev-ruby/connection_pool/connection_pool-2.2.1.ebuild
19 @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/mperham/connection_pool"
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
25 IUSE=""
26
27 ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"