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/h2/
Date: Fri, 28 Jan 2022 13:44:57
Message-Id: 1643377470.d399408c2638378cdcfdb8d88e629f34795888cc.chewi@gentoo
1 commit: d399408c2638378cdcfdb8d88e629f34795888cc
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 28 13:44:30 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 13:44:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d399408c
7
8 dev-python/h2: Keyword 4.1.0 for ~m68k
9
10 The tests pass.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 dev-python/h2/h2-4.1.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/h2/h2-4.1.0.ebuild b/dev-python/h2/h2-4.1.0.ebuild
18 index 8e9a22bf09e2..4f1b0e741c5c 100644
19 --- a/dev-python/h2/h2-4.1.0.ebuild
20 +++ b/dev-python/h2/h2-4.1.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=8
27 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar
28
29 LICENSE="MIT"
30 SLOT="0"
31 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
32 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
33
34 RDEPEND="
35 >=dev-python/hyperframe-6.0[${PYTHON_USEDEP}]