Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ini2toml/
Date: Fri, 01 Apr 2022 18:41:12
Message-Id: 1648838453.0ba7723eca5503ff9c178621a7fe44be33971dc3.arthurzam@gentoo
1 commit: 0ba7723eca5503ff9c178621a7fe44be33971dc3
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 18:40:53 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 18:40:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ba7723e
7
8 dev-python/ini2toml: Keyword 0.10 x86, #836568
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/ini2toml/ini2toml-0.10.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/ini2toml/ini2toml-0.10.ebuild b/dev-python/ini2toml/ini2toml-0.10.ebuild
16 index 598fd93af3dd..69dfe0c87a11 100644
17 --- a/dev-python/ini2toml/ini2toml-0.10.ebuild
18 +++ b/dev-python/ini2toml/ini2toml-0.10.ebuild
19 @@ -20,7 +20,7 @@ SRC_URI="
20
21 LICENSE="MPL-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="~amd64 ~x86"
25
26 RDEPEND="
27 >=dev-python/packaging-20.7[${PYTHON_USEDEP}]