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/testfixtures/
Date: Tue, 22 Jun 2021 19:12:03
Message-Id: 1624389110.74116b6450816fdd6a01ad4729d688590b5f1848.marecki@gentoo
1 commit: 74116b6450816fdd6a01ad4729d688590b5f1848
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 19:09:40 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 19:11:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74116b64
7
8 dev-python/testfixtures: keyword 6.17.1 for ~riscv
9
10 Builds and installs fine, tests fail but the same way as on amd64.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 dev-python/testfixtures/testfixtures-6.17.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/testfixtures/testfixtures-6.17.1.ebuild b/dev-python/testfixtures/testfixtures-6.17.1.ebuild
18 index 056ba7d05a0..8a70c8bceac 100644
19 --- a/dev-python/testfixtures/testfixtures-6.17.1.ebuild
20 +++ b/dev-python/testfixtures/testfixtures-6.17.1.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python3_{7..9} )
26 +PYTHON_COMPAT=( python3_{8..9} )
27
28 inherit distutils-r1
29
30 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 SLOT="0"
33 LICENSE="MIT"
34 -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
35 +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
36
37 BDEPEND="
38 test? (