Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cfn-python-lint/
Date: Sat, 26 Dec 2020 23:37:45
Message-Id: 1609025796.618771a94831ba7e5c14fee630d6bd4488c602a0.sam@gentoo
1 commit: 618771a94831ba7e5c14fee630d6bd4488c602a0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 26 23:36:36 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 23:36:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=618771a9
7
8 dev-python/cfn-python-lint: Stabilize 0.42.0 ALLARCHES, #761622
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild b/dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild
16 index a83123122bc..2ee32af274d 100644
17 --- a/dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild
18 +++ b/dev-python/cfn-python-lint/cfn-python-lint-0.42.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/aws-cloudformation/${PN}/archive/v${PV}.tar.gz -> ${
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 x86"
25
26 RDEPEND="
27 >=dev-python/aws-sam-translator-1.25.0[${PYTHON_USEDEP}]