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 B422415807A for ; Sun, 6 Oct 2024 13:35:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DBE5E29A3; Sun, 6 Oct 2024 13:35:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EBFA8E29A3 for ; Sun, 6 Oct 2024 13:35:42 +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 3B448340813 for ; Sun, 6 Oct 2024 13:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF8B819CB for ; Sun, 6 Oct 2024 13:35: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: <1728221737.0e9799660384b6d47194b4dd797eae9482f1d7a1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sync/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sync/sync-0.5.0-r1.ebuild X-VCS-Directories: dev-ruby/sync/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 0e9799660384b6d47194b4dd797eae9482f1d7a1 X-VCS-Branch: master Date: Sun, 6 Oct 2024 13:35: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: 93ac35c8-65a4-4708-ba47-6cdc66513142 X-Archives-Hash: 94e366c85ae33ed2ed2c2e324d22f31e commit: 0e9799660384b6d47194b4dd797eae9482f1d7a1 Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 6 13:35:37 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 6 13:35:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e979966 dev-ruby/sync: Stabilize 0.5.0-r1 arm, #941057 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/sync/sync-0.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/sync/sync-0.5.0-r1.ebuild b/dev-ruby/sync/sync-0.5.0-r1.ebuild index 416353b571a8..e184ac96982c 100644 --- a/dev-ruby/sync/sync-0.5.0-r1.ebuild +++ b/dev-ruby/sync/sync-0.5.0-r1.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/sync/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="$(ver_cut 1)" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ppc ppc64 ~sparc x86" all_ruby_prepare() { eapply "${DISTDIR}/${P}-mjit.patch"