Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-plus/
Date: Fri, 01 Apr 2022 08:18:31
Message-Id: 1648801092.c2155735215021af4cdca8e3a8bdff04d29f733b.marecki@gentoo
1 commit: c2155735215021af4cdca8e3a8bdff04d29f733b
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 08:15:17 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 08:18:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2155735
7
8 dev-python/pytest-plus: keyword 0.2 for ~riscv
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 dev-python/pytest-plus/pytest-plus-0.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pytest-plus/pytest-plus-0.2.ebuild b/dev-python/pytest-plus/pytest-plus-0.2.ebuild
16 index 3bd50d2af4a9..0e691d690afb 100644
17 --- a/dev-python/pytest-plus/pytest-plus-0.2.ebuild
18 +++ b/dev-python/pytest-plus/pytest-plus-0.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="~amd64 ~riscv"
31
32 RDEPEND="dev-python/more-itertools[${PYTHON_USEDEP}]
33 dev-python/pytest[${PYTHON_USEDEP}]"