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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B28601581F3 for ; Fri, 29 Nov 2024 14:30:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14E72E08DA; Fri, 29 Nov 2024 14:30:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 F1A66E08DA for ; Fri, 29 Nov 2024 14:30:43 +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 A2FD6342FF3 for ; Fri, 29 Nov 2024 14:30:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2AC731F42 for ; Fri, 29 Nov 2024 14:30:40 +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: <1732890622.b4a9b8c26524dc13e6336f9f328d1d1785bc0a2d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/faraday/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/faraday/faraday-2.12.1.ebuild X-VCS-Directories: dev-ruby/faraday/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: b4a9b8c26524dc13e6336f9f328d1d1785bc0a2d X-VCS-Branch: master Date: Fri, 29 Nov 2024 14:30:40 +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: 7877484c-2899-4cc5-9c6e-e69ebb55bf96 X-Archives-Hash: fe53727177722afa6c18cc0ffb775ec7 commit: b4a9b8c26524dc13e6336f9f328d1d1785bc0a2d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Nov 29 14:30:22 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Nov 29 14:30:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a9b8c2 dev-ruby/faraday: Keyword 2.12.1 arm64, #944840 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/faraday/faraday-2.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/faraday/faraday-2.12.1.ebuild b/dev-ruby/faraday/faraday-2.12.1.ebuild index 9f7c037e5c93..e2adfa11a846 100644 --- a/dev-ruby/faraday/faraday-2.12.1.ebuild +++ b/dev-ruby/faraday/faraday-2.12.1.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/lostisland/faraday/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="test" DEPEND+=" test? ( sys-process/lsof )"