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/pytest-datadir/
Date: Mon, 27 Sep 2021 08:40:50
Message-Id: 1632732029.df91845ad15211b42914b7b8c9ec46e4da3a25f2.chewi@gentoo
1 commit: df91845ad15211b42914b7b8c9ec46e4da3a25f2
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 27 08:40:29 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 27 08:40:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df91845a
7
8 dev-python/pytest-datadir: Keyword 1.3.1 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
18 index 2af13e2a61b..5399eb0dda5 100644
19 --- a/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
20 +++ b/dev-python/pytest-datadir/pytest-datadir-1.3.1.ebuild
21 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22
23 LICENSE="MIT"
24 SLOT="0"
25 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 x86"
26 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~m68k ~ppc ~ppc64 ~riscv ~s390 x86"
27
28 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"