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/testpath/
Date: Tue, 28 Sep 2021 21:29:07
Message-Id: 1632864475.6bb89678d8cf00d136cbb2bfbe28fab44a076cc9.chewi@gentoo
1 commit: 6bb89678d8cf00d136cbb2bfbe28fab44a076cc9
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 28 21:27:55 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 28 21:27:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb89678
7
8 dev-python/testpath: Keyword 0.5.0 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/testpath/testpath-0.5.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/testpath/testpath-0.5.0.ebuild b/dev-python/testpath/testpath-0.5.0.ebuild
18 index f4aa974c867..c525350e0de 100644
19 --- a/dev-python/testpath/testpath-0.5.0.ebuild
20 +++ b/dev-python/testpath/testpath-0.5.0.ebuild
21 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/jupyter/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
26 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
27
28 BDEPEND=">=dev-python/pyproject2setuppy-15"