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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35DDE158013 for ; Tue, 5 Dec 2023 18:25:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A938C2BC039; Tue, 5 Dec 2023 18:25:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90C012BC03A for ; Tue, 5 Dec 2023 18:25:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D10B433E690 for ; Tue, 5 Dec 2023 18:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC06A131F for ; Tue, 5 Dec 2023 18:25:45 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1701799087.7054cc85ba828dba556ca0795cf35fc12ac84e5f.ionen@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.4.1.ebuild X-VCS-Directories: dev-ruby/connection_pool/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 7054cc85ba828dba556ca0795cf35fc12ac84e5f X-VCS-Branch: master Date: Tue, 5 Dec 2023 18:25:45 +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: 54821c50-9bb6-418d-a146-8814dbdf618a X-Archives-Hash: 8154fcc39fe3bc2f620476108aa2de6d commit: 7054cc85ba828dba556ca0795cf35fc12ac84e5f Author: Matoro Mahri matoro tk> AuthorDate: Tue Dec 5 17:48:35 2023 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue Dec 5 17:58:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7054cc85 dev-ruby/connection_pool: Keyword 2.4.1 alpha, #917059 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> dev-ruby/connection_pool/connection_pool-2.4.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild b/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild index 58001d9461ac..5072116c38b6 100644 --- a/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild +++ b/dev-ruby/connection_pool/connection_pool-2.4.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/mperham/connection_pool/archive/v${PV}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/minitest-5 )"