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 AF56B158020 for ; Sun, 4 Dec 2022 17:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F864E07F9; Sun, 4 Dec 2022 17:56:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 8AAAAE07F9 for ; Sun, 4 Dec 2022 17:56:28 +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 5A68C340E2C for ; Sun, 4 Dec 2022 17:56:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6BF780 for ; Sun, 4 Dec 2022 17:56:24 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1670176570.e66690080c00bbe21da1bb0acf3cd2b397fffe00.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/net-http-persistent/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild X-VCS-Directories: dev-ruby/net-http-persistent/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: e66690080c00bbe21da1bb0acf3cd2b397fffe00 X-VCS-Branch: master Date: Sun, 4 Dec 2022 17:56:24 +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: 243646f1-058c-491b-87dc-36e421a27768 X-Archives-Hash: f9f53861e84290d77e8b3959a829ef78 commit: e66690080c00bbe21da1bb0acf3cd2b397fffe00 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Dec 4 17:56:10 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 4 17:56:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6669008 dev-ruby/net-http-persistent: Stabilize 4.0.1 x86, #884265 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild b/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild index b1a479fda8ac..ac074b98b233 100644 --- a/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild +++ b/dev-ruby/net-http-persistent/net-http-persistent-4.0.1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/drbrain/net-http-persistent" LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" IUSE="doc test" ruby_add_rdepend ">=dev-ruby/connection_pool-2.2:0"