From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CFEEB138334 for ; Sat, 13 Apr 2019 14:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED6E9E09DD; Sat, 13 Apr 2019 14:10:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C9006E09DD for ; Sat, 13 Apr 2019 14:10:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B0BF4340F3E for ; Sat, 13 Apr 2019 14:10:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3C9B5B0 for ; Sat, 13 Apr 2019 14:10:18 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1555164611.fd33cd18207e0e55c4c716b1dbdd04ea5742e4b5.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/connection_pool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/connection_pool/connection_pool-2.2.2.ebuild X-VCS-Directories: dev-ruby/connection_pool/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fd33cd18207e0e55c4c716b1dbdd04ea5742e4b5 X-VCS-Branch: master Date: Sat, 13 Apr 2019 14:10:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eafe4e84-52ec-42d7-965f-3e745df8ccb1 X-Archives-Hash: 4896457adfebd6a31b7d458380bb6d88 commit: fd33cd18207e0e55c4c716b1dbdd04ea5742e4b5 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 13 14:09:31 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 13 14:10:11 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd33cd18 dev-ruby/connection_pool: amd64 stable wrt bug #683244 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" dev-ruby/connection_pool/connection_pool-2.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild b/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild index 0d64f0dc249..f036210d7f6 100644 --- a/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.2.2.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/mperham/connection_pool" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"