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 A812C158013 for ; Sun, 26 Sep 2021 22:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E1DDE0950; Sun, 26 Sep 2021 22:29:04 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A7CBE094A for ; Sun, 26 Sep 2021 22:29:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C563342CAF for ; Sun, 26 Sep 2021 22:29:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80DF3114 for ; Sun, 26 Sep 2021 22:28:57 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1632695270.8c743857d96b35f95ed4158fc49879d33d09938e.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/fs/fs-2.4.13.ebuild X-VCS-Directories: dev-python/fs/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8c743857d96b35f95ed4158fc49879d33d09938e X-VCS-Branch: master Date: Sun, 26 Sep 2021 22:28:57 +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: 807bd9de-d9b4-4b6c-bb53-3e65733f7bef X-Archives-Hash: 4008a948af9b9eb7d7af9cbe848a31a7 commit: 8c743857d96b35f95ed4158fc49879d33d09938e Author: James Le Cuirot gentoo org> AuthorDate: Sun Sep 26 12:40:03 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Sep 26 22:27:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c743857 dev-python/fs: Keyword 2.4.13 for ~m68k The tests pass. Signed-off-by: James Le Cuirot gentoo.org> dev-python/fs/fs-2.4.13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/fs/fs-2.4.13.ebuild b/dev-python/fs/fs-2.4.13.ebuild index f3878bd3acd..62a53439c0d 100644 --- a/dev-python/fs/fs-2.4.13.ebuild +++ b/dev-python/fs/fs-2.4.13.ebuild @@ -24,7 +24,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]