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 BE5A8158090 for ; Sun, 8 May 2022 15:00:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E0CAE0849; Sun, 8 May 2022 15:00:10 +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 BA8ECE085E for ; Sun, 8 May 2022 15:00:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CF9FD3415C8 for ; Sun, 8 May 2022 15:00:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E2D46D for ; Sun, 8 May 2022 15:00:04 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1652021945.2eed6dc95177b95ba29e6cdd098d7e949c3f6360.xen0n@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: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 2eed6dc95177b95ba29e6cdd098d7e949c3f6360 X-VCS-Branch: master Date: Sun, 8 May 2022 15:00:04 +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: 4b11a811-9eba-46f0-82bd-3d759a332b6f X-Archives-Hash: 7b7b5ab0bc9a855726d7d969bef4abe1 commit: 2eed6dc95177b95ba29e6cdd098d7e949c3f6360 Author: WANG Xuerui gentoo org> AuthorDate: Sun May 8 14:52:00 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun May 8 14:59:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eed6dc9 dev-ruby/rb-inotify: keyword 0.10.1 for ~loong Tests passed on real hardware. Signed-off-by: WANG Xuerui 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 9842e58050d2..19ff54bc422b 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 ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "dev-ruby/ffi"