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 02A831382C5 for ; Mon, 21 Dec 2020 18:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F8C2E09BB; Mon, 21 Dec 2020 18:01:11 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B21CE09BB for ; Mon, 21 Dec 2020 18:01:11 +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 185EA3415E9 for ; Mon, 21 Dec 2020 18:01:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 998891F9 for ; Mon, 21 Dec 2020 18:01:07 +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: <1608573663.f5805f811fe7bbf17cd7870de86ab0f5b5bfc953.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/inotify-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild X-VCS-Directories: sys-fs/inotify-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f5805f811fe7bbf17cd7870de86ab0f5b5bfc953 X-VCS-Branch: master Date: Mon, 21 Dec 2020 18:01:07 +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: 94b3ec61-4029-441c-b879-9104354f80e0 X-Archives-Hash: 7e7dadc3396cd3e426d8946997c3487d commit: f5805f811fe7bbf17cd7870de86ab0f5b5bfc953 Author: Sam James gentoo org> AuthorDate: Mon Dec 21 18:00:11 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 21 18:01:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5805f81 sys-fs/inotify-tools: Stabilize 3.20.2.2 arm64, #760477 Signed-off-by: Sam James gentoo.org> sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild b/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild index e3ff5f5c7d0..9f37d558a02 100644 --- a/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild +++ b/sys-fs/inotify-tools/inotify-tools-3.20.2.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm ~arm64 hppa ~mips sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~mips sparc x86" IUSE="doc" DEPEND="doc? ( app-doc/doxygen )"