Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/toml/
Date: Sun, 29 Mar 2020 10:13:46
Message-Id: 1585476808.7d22b2ff3d25ae865af0dfabb5f15893fc6df27e.mgorny@gentoo
1 commit: 7d22b2ff3d25ae865af0dfabb5f15893fc6df27e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 10:10:06 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 10:13:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d22b2ff
7
8 dev-python/toml: Readd ~mips to 0.10.0-r1
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/toml/toml-0.10.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/toml/toml-0.10.0-r1.ebuild b/dev-python/toml/toml-0.10.0-r1.ebuild
16 index 957fda0cb85..69a2c5ec36f 100644
17 --- a/dev-python/toml/toml-0.10.0-r1.ebuild
18 +++ b/dev-python/toml/toml-0.10.0-r1.ebuild
19 @@ -17,7 +17,7 @@ IUSE="test"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 s390 sparc x86"
24 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
25
26 # peculiar testing depending on https://github.com/BurntSushi/toml-test. Not
27 # particularly worth the trouble.