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/distlib/
Date: Sat, 08 Jan 2022 13:39:51
Message-Id: 1641649175.c391df636219aab9e39746b89d8c2b7ed089066c.arthurzam@gentoo
1 commit: c391df636219aab9e39746b89d8c2b7ed089066c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 8 13:39:35 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 8 13:39:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c391df63
7
8 dev-python/distlib: Stabilize 0.3.4 sparc, #830791
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-python/distlib/distlib-0.3.4.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/distlib/distlib-0.3.4.ebuild b/dev-python/distlib/distlib-0.3.4.ebuild
16 index 5b1e44974f91..f9415d00c442 100644
17 --- a/dev-python/distlib/distlib-0.3.4.ebuild
18 +++ b/dev-python/distlib/distlib-0.3.4.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="
20
21 LICENSE="PSF-2"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
24 +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~x64-macos"
25 IUSE="test"
26 # This package's tests are extremely fragile and tend to break or hang
27 # when it doesn't like metadata of packages installed on the system.