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: Sat, 09 Apr 2022 19:37:07
Message-Id: 1649533011.55fb56148c148ed7ade0a1c7249eca8ddf6cf42d.arthurzam@gentoo
1 commit: 55fb56148c148ed7ade0a1c7249eca8ddf6cf42d
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 19:36:51 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 19:36:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fb5614
7
8 dev-python/ini2toml: Keyword 0.10 ia64, #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 d855885d7eef..fa1fa72ba205 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 ~m68k ~riscv ~x86"
24 +KEYWORDS="~amd64 ~ia64 ~m68k ~riscv ~x86"
25
26 RDEPEND="
27 >=dev-python/packaging-20.7[${PYTHON_USEDEP}]