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 769CC1581E7 for ; Sun, 28 Apr 2024 19:11:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B55722BC035; Sun, 28 Apr 2024 19:11:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9F5502BC035 for ; Sun, 28 Apr 2024 19:11: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 75FD634302B for ; Sun, 28 Apr 2024 19:11:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16DEA177A for ; Sun, 28 Apr 2024 19:11:24 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1714331404.c36c47959794e3daa105486b92aa4c141481d535.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-struct/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/dry-struct/dry-struct-1.6.0.ebuild X-VCS-Directories: dev-ruby/dry-struct/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c36c47959794e3daa105486b92aa4c141481d535 X-VCS-Branch: master Date: Sun, 28 Apr 2024 19:11: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: 5f687b5e-25ee-4dfa-b696-cd269a180228 X-Archives-Hash: 827fa5d567b46f8b9fc3320e8b85712e commit: c36c47959794e3daa105486b92aa4c141481d535 Author: Matoro Mahri matoro tk> AuthorDate: Fri Apr 26 23:05:47 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sun Apr 28 19:10:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c36c4795 dev-ruby/dry-struct: Keyword 1.6.0 arm64, #928668 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> dev-ruby/dry-struct/dry-struct-1.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/dry-struct/dry-struct-1.6.0.ebuild b/dev-ruby/dry-struct/dry-struct-1.6.0.ebuild index 2d5e66ba50b6..369d2598b99f 100644 --- a/dev-ruby/dry-struct/dry-struct-1.6.0.ebuild +++ b/dev-ruby/dry-struct/dry-struct-1.6.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-struct/" SRC_URI="https://github.com/dry-rb/dry-struct/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" SLOT="$(ver_cut 1)" IUSE="test"