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/coverage/
Date: Sat, 21 Aug 2021 22:16:00
Message-Id: 1629584072.05fbfd34830ab5c12c82d0d918ee99623f0385bb.chewi@gentoo
1 commit: 05fbfd34830ab5c12c82d0d918ee99623f0385bb
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 21 15:53:06 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 21 22:14:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fbfd34
7
8 dev-python/coverage: Keyword 5.5 for ~m68k
9
10 The tests pass.
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 dev-python/coverage/coverage-5.5.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/coverage/coverage-5.5.ebuild b/dev-python/coverage/coverage-5.5.ebuild
19 index d5939aa8775..c8e998d1e14 100644
20 --- a/dev-python/coverage/coverage-5.5.ebuild
21 +++ b/dev-python/coverage/coverage-5.5.ebuild
22 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23
24 LICENSE="BSD"
25 SLOT="0"
26 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
27 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
28 #IUSE="test"
29 # The tests are impossible to appease. Please run them externally
30 # via tox. Or fix the ebuild if you have hours of time to spend