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/bashate/
Date: Fri, 15 Oct 2021 22:42:07
Message-Id: 1634337632.616e33a2a34163efd972f9be855ac11b7c70efd5.sam@gentoo
1 commit: 616e33a2a34163efd972f9be855ac11b7c70efd5
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 22:40:32 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 22:40:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616e33a2
7
8 dev-python/bashate: Stabilize 2.1.0 ALLARCHES, #818292
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/bashate/bashate-2.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/bashate/bashate-2.1.0.ebuild b/dev-python/bashate/bashate-2.1.0.ebuild
16 index e38d4d3ab79..d8e9502d73b 100644
17 --- a/dev-python/bashate/bashate-2.1.0.ebuild
18 +++ b/dev-python/bashate/bashate-2.1.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="Apache-2.0"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 BDEPEND="
27 >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]