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/suds-community/
Date: Sat, 30 Jul 2022 02:33:21
Message-Id: 1659148296.2b0a36ecb11712acbd11519ff1049d28aa33e2c9.sam@gentoo
1 commit: 2b0a36ecb11712acbd11519ff1049d28aa33e2c9
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 02:31:36 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 02:31:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0a36ec
7
8 dev-python/suds-community: Stabilize 1.1.2 ALLARCHES, #862073
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/suds-community/suds-community-1.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/suds-community/suds-community-1.1.2.ebuild b/dev-python/suds-community/suds-community-1.1.2.ebuild
16 index a41f925a470f..e6cba6dd1497 100644
17 --- a/dev-python/suds-community/suds-community-1.1.2.ebuild
18 +++ b/dev-python/suds-community/suds-community-1.1.2.ebuild
19 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="LGPL-3"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
25
26 DOCS=( README.md notes/. )