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 76CAE138359 for ; Fri, 6 Nov 2020 03:21:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50AE4E086D; Fri, 6 Nov 2020 03:21:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 363F0E086D for ; Fri, 6 Nov 2020 03:21:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F076335D99 for ; Fri, 6 Nov 2020 03:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 635CF442 for ; Fri, 6 Nov 2020 03:21:01 +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: <1604632849.a10a1bd7f744fc97846edf05e3d31e94b8c96bd4.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.0.ebuild X-VCS-Directories: dev-ruby/rb-inotify/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a10a1bd7f744fc97846edf05e3d31e94b8c96bd4 X-VCS-Branch: master Date: Fri, 6 Nov 2020 03:21:01 +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: 16da62c0-3919-4e72-81df-89a5c35ec20e X-Archives-Hash: 7d2ff2ab97009cc040431049370e8692 commit: a10a1bd7f744fc97846edf05e3d31e94b8c96bd4 Author: Sam James gentoo org> AuthorDate: Fri Nov 6 02:53:00 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 6 03:20:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a10a1bd7 dev-ruby/rb-inotify: Stabilize 0.10.0 arm64, #753047 Signed-off-by: Sam James gentoo.org> dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild b/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild index 30e70247e89..fbd552775b5 100644 --- a/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild +++ b/dev-ruby/rb-inotify/rb-inotify-0.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/nex3/rb-inotify" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="amd64 arm arm64 hppa ppc ppc64 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend "dev-ruby/ffi"