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 9BED913835B for ; Wed, 13 Jan 2021 19:34:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6752E093A; Wed, 13 Jan 2021 19:34:05 +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 BD9C6E093A for ; Wed, 13 Jan 2021 19:34:05 +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 A1423340F73 for ; Wed, 13 Jan 2021 19:34:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40A00497 for ; Wed, 13 Jan 2021 19:34:03 +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: <1610566417.ccc1aa8e0489da6324e297b86da21f99df74de43.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/watchdog/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/watchdog/watchdog-1.0.0.ebuild X-VCS-Directories: dev-python/watchdog/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ccc1aa8e0489da6324e297b86da21f99df74de43 X-VCS-Branch: master Date: Wed, 13 Jan 2021 19:34:03 +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: 49b5484c-7cfb-4fd1-abf8-b2f0b6507c0a X-Archives-Hash: cdb357e67c635fc0786876e777fbbedc commit: ccc1aa8e0489da6324e297b86da21f99df74de43 Author: Sam James gentoo org> AuthorDate: Wed Jan 13 19:33:37 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 13 19:33:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccc1aa8e dev-python/watchdog: Stabilize 1.0.0 ALLARCHES, #765316 Signed-off-by: Sam James gentoo.org> dev-python/watchdog/watchdog-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/watchdog/watchdog-1.0.0.ebuild b/dev-python/watchdog/watchdog-1.0.0.ebuild index fd006a57847..8d6d7fadcea 100644 --- a/dev-python/watchdog/watchdog-1.0.0.ebuild +++ b/dev-python/watchdog/watchdog-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/gorakhargosh/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc x86" CDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]" RDEPEND="${CDEPEND}