Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ini2toml/
Date: Thu, 19 May 2022 09:27:55
Message-Id: 1652952446.7f7a2922cc435ab6f3c22c9b74027cc8be5666b6.ago@gentoo
1 commit: 7f7a2922cc435ab6f3c22c9b74027cc8be5666b6
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 19 09:27:26 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu May 19 09:27:26 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7a2922
7
8 dev-python/ini2toml: arm stable wrt bug #841919
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-python/ini2toml/ini2toml-0.10.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/ini2toml/ini2toml-0.10.ebuild b/dev-python/ini2toml/ini2toml-0.10.ebuild
18 index f8366f951280..0e0c3b630fa1 100644
19 --- a/dev-python/ini2toml/ini2toml-0.10.ebuild
20 +++ b/dev-python/ini2toml/ini2toml-0.10.ebuild
21 @@ -20,7 +20,7 @@ SRC_URI="
22
23 LICENSE="MPL-2.0"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
26 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
27
28 RDEPEND="
29 >=dev-python/packaging-20.7[${PYTHON_USEDEP}]