Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/distlib/
Date: Tue, 21 Sep 2021 22:29:21
Message-Id: 1632263313.aa583d0fccdcf4ad51917bbd4037c3b4e3db87f3.chewi@gentoo
1 commit: aa583d0fccdcf4ad51917bbd4037c3b4e3db87f3
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 21 22:11:13 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 21 22:28:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa583d0f
7
8 dev-python/distlib: Keyword 0.3.2 for ~m68k
9
10 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
11
12 dev-python/distlib/distlib-0.3.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/distlib/distlib-0.3.2.ebuild b/dev-python/distlib/distlib-0.3.2.ebuild
16 index 1f5679c4c7f..fa54b57e602 100644
17 --- a/dev-python/distlib/distlib-0.3.2.ebuild
18 +++ b/dev-python/distlib/distlib-0.3.2.ebuild
19 @@ -17,7 +17,7 @@ SRC_URI="
20
21 LICENSE="PSF-2"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~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.