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 692F3158042 for ; Wed, 30 Oct 2024 15:46:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47A26E0815; Wed, 30 Oct 2024 15:46:26 +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 2DA91E0815 for ; Wed, 30 Oct 2024 15:46:26 +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 4B1AC33BED4 for ; Wed, 30 Oct 2024 15:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E36462215 for ; Wed, 30 Oct 2024 15:46:22 +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: <1730303177.8f2c84582ebb715e7c6beab56a2083b524ac8dbb.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: 8f2c84582ebb715e7c6beab56a2083b524ac8dbb X-VCS-Branch: master Date: Wed, 30 Oct 2024 15:46:22 +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: 2913889b-16e4-43e7-bf15-05c5bc94bfb5 X-Archives-Hash: f9f371cc05a341d0b12c762627c6c0d7 commit: 8f2c84582ebb715e7c6beab56a2083b524ac8dbb Author: Arthur Zamarin gentoo org> AuthorDate: Wed Oct 30 15:45:36 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Oct 30 15:46:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f2c8458 dev-ruby/msgpack: Stabilize 1.7.3 arm64, #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 68235eca7e31..af678be03d16 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() {