Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tomli/
Date: Sat, 25 Sep 2021 13:10:02
Message-Id: 1632575330.1a032a5bacabacda00185857a74adb421342e575.chewi@gentoo
1 commit: 1a032a5bacabacda00185857a74adb421342e575
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 25 10:31:01 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 25 13:08:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a032a5b
7
8 dev-python/tomli: Keyword 1.2.1 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/tomli/tomli-1.2.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/tomli/tomli-1.2.1.ebuild b/dev-python/tomli/tomli-1.2.1.ebuild
18 index 9f31d1a2787..f30a01a6ebc 100644
19 --- a/dev-python/tomli/tomli-1.2.1.ebuild
20 +++ b/dev-python/tomli/tomli-1.2.1.ebuild
21 @@ -16,7 +16,7 @@ SRC_URI="
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
26 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
27
28 BDEPEND="
29 test? ( dev-python/python-dateutil[${PYTHON_USEDEP}] )"