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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9964A158086 for ; Tue, 30 Nov 2021 22:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8BB82BC008; Tue, 30 Nov 2021 22:26:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A01BC2BC008 for ; Tue, 30 Nov 2021 22:26:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7266342BFF for ; Tue, 30 Nov 2021 22:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1384B177 for ; Tue, 30 Nov 2021 22:26:11 +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: <1638311100.a27075bc6623d3718de511b5f05550fe4035a469.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli-w/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tomli-w/tomli-w-0.4.0.ebuild X-VCS-Directories: dev-python/tomli-w/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: a27075bc6623d3718de511b5f05550fe4035a469 X-VCS-Branch: master Date: Tue, 30 Nov 2021 22:26:11 +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: 65e5d272-dd05-4646-a050-acbdf4af428a X-Archives-Hash: bcb3312e492e9cba6a636614661f2181 commit: a27075bc6623d3718de511b5f05550fe4035a469 Author: James Le Cuirot gentoo org> AuthorDate: Tue Nov 30 22:25:00 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Nov 30 22:25:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a27075bc dev-python/tomli-w: Keyword 0.4.0 for ~m68k The tests pass. Signed-off-by: James Le Cuirot gentoo.org> dev-python/tomli-w/tomli-w-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tomli-w/tomli-w-0.4.0.ebuild b/dev-python/tomli-w/tomli-w-0.4.0.ebuild index d3f807b42c9a..c7fe066b486f 100644 --- a/dev-python/tomli-w/tomli-w-0.4.0.ebuild +++ b/dev-python/tomli-w/tomli-w-0.4.0.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~sparc ~x86" BDEPEND=" test? ( dev-python/tomli[${PYTHON_USEDEP}] )"