diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-28 13:44:30 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-28 13:44:30 +0000 |
commit | d399408c2638378cdcfdb8d88e629f34795888cc (patch) | |
tree | 0c8d64bbe6b259fcd424e18f573e60a437d6cf6a /dev-python/h2 | |
parent | x11-wm/xpra: Drop old 4.2.3 (diff) | |
download | gentoo-d399408c2638378cdcfdb8d88e629f34795888cc.tar.gz gentoo-d399408c2638378cdcfdb8d88e629f34795888cc.tar.bz2 gentoo-d399408c2638378cdcfdb8d88e629f34795888cc.zip |
dev-python/h2: Keyword 4.1.0 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/h2')
-rw-r--r-- | dev-python/h2/h2-4.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/h2/h2-4.1.0.ebuild b/dev-python/h2/h2-4.1.0.ebuild index 8e9a22bf09e2..4f1b0e741c5c 100644 --- a/dev-python/h2/h2-4.1.0.ebuild +++ b/dev-python/h2/h2-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND=" >=dev-python/hyperframe-6.0[${PYTHON_USEDEP}] |