Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyper-h2/
Date: Mon, 28 Sep 2020 13:53:31
Message-Id: 1601301172.a95db2c97fff39e75bc337aea35b1fcd867dd8c1.gokturk@gentoo
1 commit: a95db2c97fff39e75bc337aea35b1fcd867dd8c1
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 28 13:52:52 2020 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 28 13:52:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95db2c9
7
8 dev-python/hyper-h2: keyword for riscv
9
10 Closes: https://bugs.gentoo.org/743709
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 RepoMan-Options: --include-arches="riscv"
13 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
14
15 dev-python/hyper-h2/hyper-h2-4.0.0.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-python/hyper-h2/hyper-h2-4.0.0.ebuild b/dev-python/hyper-h2/hyper-h2-4.0.0.ebuild
19 index 28416110063..5937d1f73bd 100644
20 --- a/dev-python/hyper-h2/hyper-h2-4.0.0.ebuild
21 +++ b/dev-python/hyper-h2/hyper-h2-4.0.0.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
23
24 LICENSE="MIT"
25 SLOT="0"
26 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
27 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
28
29 RDEPEND="
30 >=dev-python/hyperframe-6.0[${PYTHON_USEDEP}]