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 67D59138334 for ; Tue, 21 May 2019 16:02:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60871E0866; Tue, 21 May 2019 16:02:55 +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 470DFE0866 for ; Tue, 21 May 2019 16:02:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 873B1344D0B for ; Tue, 21 May 2019 16:02:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 075D9326 for ; Tue, 21 May 2019 16:02:52 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1558454022.67bcf49f1df2bf303bf0c75a69adb813578ae4ad.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/watchdog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/watchdog/watchdog-0.9.0.ebuild X-VCS-Directories: dev-python/watchdog/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 67bcf49f1df2bf303bf0c75a69adb813578ae4ad X-VCS-Branch: master Date: Tue, 21 May 2019 16:02:52 +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: a6c64eef-7938-4d00-a0c6-1e970ca3cecd X-Archives-Hash: ade58e424c66a03e37297c3dc50ffa7a commit: 67bcf49f1df2bf303bf0c75a69adb813578ae4ad Author: Stephen Klimaszewski gentoo org> AuthorDate: Tue May 21 15:53:39 2019 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Tue May 21 15:53:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bcf49f dev-python/watchdog: add ~arm64 keyword Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Stephen Klimaszewski gentoo.org> dev-python/watchdog/watchdog-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/watchdog/watchdog-0.9.0.ebuild b/dev-python/watchdog/watchdog-0.9.0.ebuild index 0d02a7f7efc..3f69c35283a 100644 --- a/dev-python/watchdog/watchdog-0.9.0.ebuild +++ b/dev-python/watchdog/watchdog-0.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" IUSE="test" CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"