Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/
Date: Sat, 02 Oct 2021 01:42:49
Message-Id: 1633138937.96ac0677179688b997a80c31f396124763650d50.prometheanfire@gentoo
1 commit: 96ac0677179688b997a80c31f396124763650d50
2 Author: Ahmed Charles <me <AT> ahmedcharles <DOT> com>
3 AuthorDate: Sat Oct 2 01:15:28 2021 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 2 01:42:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96ac0677
7
8 dev-python/josepy: keyword ~riscv.
9
10 Signed-off-by: Ahmed Charles <me <AT> ahmedcharles.com>
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/josepy/josepy-1.10.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/josepy/josepy-1.10.0.ebuild b/dev-python/josepy/josepy-1.10.0.ebuild
17 index 80ada4d0e18..c74c9cdf556 100644
18 --- a/dev-python/josepy/josepy-1.10.0.ebuild
19 +++ b/dev-python/josepy/josepy-1.10.0.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="Apache-2.0"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
26
27 RDEPEND="
28 >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]