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 3C1C2158018 for ; Thu, 30 Sep 2021 18:18:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 957DAE0975; Thu, 30 Sep 2021 18:18:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 82914E0975 for ; Thu, 30 Sep 2021 18:18:19 +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 988CA342D65 for ; Thu, 30 Sep 2021 18:18:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8EDD129 for ; Thu, 30 Sep 2021 18:18:15 +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: <1633025802.4a3ac6242e681a91c4f98f4a423761859a4e3fd7.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: 4a3ac6242e681a91c4f98f4a423761859a4e3fd7 X-VCS-Branch: master Date: Thu, 30 Sep 2021 18:18:15 +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: 2fbfc8d6-cdd7-4536-a991-1e528ce272c9 X-Archives-Hash: 9a1cc0c0b02d57a27607cfd0b55c28ae commit: 4a3ac6242e681a91c4f98f4a423761859a4e3fd7 Author: Sam James gentoo org> AuthorDate: Thu Sep 30 18:16:42 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Sep 30 18:16:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3ac624 dev-ruby/rb-inotify: Stabilize 0.10.1 arm, #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 c5a0ae251b0..3fbe2a1e8e9 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"