diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-04-30 19:15:44 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-01 09:30:20 +0800 |
commit | 1092c9dc2092af2dbaaac2a62f8528d7884e44d1 (patch) | |
tree | 2367cf86f9d6b99fcd4b65dedb77a48e3d9e8745 /dev-python/html5lib | |
parent | dev-python/trio: keyword 0.20.0 for ~loong (diff) | |
download | gentoo-1092c9dc2092af2dbaaac2a62f8528d7884e44d1.tar.gz gentoo-1092c9dc2092af2dbaaac2a62f8528d7884e44d1.tar.bz2 gentoo-1092c9dc2092af2dbaaac2a62f8528d7884e44d1.zip |
dev-python/html5lib: keyword 1.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/html5lib-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/html5lib/html5lib-1.1.ebuild b/dev-python/html5lib/html5lib-1.1.ebuild index 18e0d1b351b5..06de5ac56d59 100644 --- a/dev-python/html5lib/html5lib-1.1.ebuild +++ b/dev-python/html5lib/html5lib-1.1.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=7 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" PATCHES=( "${FILESDIR}"/${P}-pytest6.patch |