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 871D6158042 for ; Sat, 2 Nov 2024 11:45:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD8FAE0869; Sat, 2 Nov 2024 11:45:40 +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 A8F4BE0869 for ; Sat, 2 Nov 2024 11:45:40 +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 F1809342FF1 for ; Sat, 2 Nov 2024 11:45:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94ACD1E06 for ; Sat, 2 Nov 2024 11:45:38 +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: <1730547930.dae1af7a707e414c192f13eccd25485e9936a181.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/msgpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/msgpack/msgpack-1.7.3.ebuild X-VCS-Directories: dev-ruby/msgpack/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: dae1af7a707e414c192f13eccd25485e9936a181 X-VCS-Branch: master Date: Sat, 2 Nov 2024 11:45:38 +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: 99cb9efe-1b1c-4980-bf95-f1eeacf22e2a X-Archives-Hash: 00193df212a5f98fa307331c3fee2bc8 commit: dae1af7a707e414c192f13eccd25485e9936a181 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Nov 2 11:45:30 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Nov 2 11:45:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae1af7a dev-ruby/msgpack: Stabilize 1.7.3 arm, #942504 Signed-off-by: Arthur Zamarin gentoo.org> dev-ruby/msgpack/msgpack-1.7.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/msgpack/msgpack-1.7.3.ebuild b/dev-ruby/msgpack/msgpack-1.7.3.ebuild index af678be03d16..641e9a283f09 100644 --- a/dev-ruby/msgpack/msgpack-1.7.3.ebuild +++ b/dev-ruby/msgpack/msgpack-1.7.3.ebuild @@ -21,7 +21,7 @@ RUBY_S="${PN}-ruby-${PV}" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha 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="doc" all_ruby_prepare() {