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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C3D4F158018 for ; Sat, 2 Oct 2021 15:43:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6F59E08F4; Sat, 2 Oct 2021 15:43:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9159E08CE for ; Sat, 2 Oct 2021 15:43:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68F15342E8F for ; Sat, 2 Oct 2021 15:43:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38E6914D for ; Sat, 2 Oct 2021 15:43:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633189310.b643f90d37edbc5aade7961d5758e0b0cb0a7106.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rb-inotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild X-VCS-Directories: dev-ruby/rb-inotify/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b643f90d37edbc5aade7961d5758e0b0cb0a7106 X-VCS-Branch: master Date: Sat, 2 Oct 2021 15:43:03 +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: f6d1c2c3-b32a-4bb8-9472-ef24cbc019aa X-Archives-Hash: e22c24655578f0aec64c984d6bbf3467 commit: b643f90d37edbc5aade7961d5758e0b0cb0a7106 Author: Sam James gentoo org> AuthorDate: Sat Oct 2 15:41:50 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 2 15:41:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b643f90d dev-ruby/rb-inotify: Stabilize 0.10.1 arm64, #813795 Signed-off-by: Sam James gentoo.org> dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild index 3fbe2a1e8e9..4562d5b272a 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.10.1.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/nex3/rb-inotify" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "dev-ruby/ffi"