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 0F0291581E7 for ; Sun, 28 Apr 2024 19:11:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 531842BC030; Sun, 28 Apr 2024 19:11:28 +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 35B1D2BC030 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 45FA2342F64 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 AE5531775 for ; Sun, 28 Apr 2024 19:11:23 +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.c3d2a86dbb0b4c53c254797cf5a283e0d86029e3.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/dry-inflector/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild X-VCS-Directories: dev-ruby/dry-inflector/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: c3d2a86dbb0b4c53c254797cf5a283e0d86029e3 X-VCS-Branch: master Date: Sun, 28 Apr 2024 19:11:23 +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: 31758e28-fb5d-4da8-a8e0-cc367b08b768 X-Archives-Hash: 30a6697acfbc295cf76ba56a9e8c052f commit: c3d2a86dbb0b4c53c254797cf5a283e0d86029e3 Author: Matoro Mahri matoro tk> AuthorDate: Fri Apr 26 23:05:44 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=c3d2a86d dev-ruby/dry-inflector: Keyword 1.0.0 arm64, #928668 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild b/dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild index 6637981f939e..2ac05ebf42cd 100644 --- a/dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild +++ b/dev-ruby/dry-inflector/dry-inflector-1.0.0.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://dry-rb.org/gems/dry-inflector/" SRC_URI="https://github.com/dry-rb/dry-inflector/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"