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 98A3C158087 for ; Mon, 17 Jan 2022 13:02:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 052CDE077F; Mon, 17 Jan 2022 13:02:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 785B6E0788 for ; Mon, 17 Jan 2022 13:02:55 +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 4AB98343025 for ; Mon, 17 Jan 2022 13:02:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51BAB2A3 for ; Mon, 17 Jan 2022 13:02:52 +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: <1642424308.f66f651c9d7a79de00f9a429acdf484fdb6bfcb7.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomlkit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tomlkit/tomlkit-0.8.0.ebuild X-VCS-Directories: dev-python/tomlkit/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f66f651c9d7a79de00f9a429acdf484fdb6bfcb7 X-VCS-Branch: master Date: Mon, 17 Jan 2022 13: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: 7dcdb13d-0133-4a02-9f45-1113430ebb85 X-Archives-Hash: b9f943112aa2a31d4c2d46c2ccfd8e24 commit: f66f651c9d7a79de00f9a429acdf484fdb6bfcb7 Author: James Le Cuirot gentoo org> AuthorDate: Mon Jan 17 12:58:28 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Jan 17 12:58:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f66f651c dev-python/tomlkit: Keyword 0.8.0 for ~m68k The tests pass. Signed-off-by: James Le Cuirot gentoo.org> dev-python/tomlkit/tomlkit-0.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/tomlkit/tomlkit-0.8.0.ebuild b/dev-python/tomlkit/tomlkit-0.8.0.ebuild index 0b702f1a86ed..d65cb89f6d71 100644 --- a/dev-python/tomlkit/tomlkit-0.8.0.ebuild +++ b/dev-python/tomlkit/tomlkit-0.8.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" BDEPEND="test? ( dev-python/pyyaml[${PYTHON_USEDEP}] )"