diff options
author | 2021-09-25 22:19:45 +0100 | |
---|---|---|
committer | 2021-09-25 22:27:03 +0100 | |
commit | 9df9d79a705111625f8d8bc0d92b4c775be840d2 (patch) | |
tree | 11b44a1f5d2cefb6e48d12a4651feda8fd0924d6 /dev-python/html5lib | |
parent | dev-python/pytest-expect: Keyword 1.1.0-r1 for ~m68k (diff) | |
download | gentoo-9df9d79a705111625f8d8bc0d92b4c775be840d2.tar.gz gentoo-9df9d79a705111625f8d8bc0d92b4c775be840d2.tar.bz2 gentoo-9df9d79a705111625f8d8bc0d92b4c775be840d2.zip |
dev-python/html5lib: Keyword 1.1 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-python/html5lib')
-rw-r--r-- | dev-python/html5lib/html5lib-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/html5lib/html5lib-1.1.ebuild b/dev-python/html5lib/html5lib-1.1.ebuild index 3fddc1546717..18e0d1b351b5 100644 --- a/dev-python/html5lib/html5lib-1.1.ebuild +++ b/dev-python/html5lib/html5lib-1.1.ebuild @@ -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 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" PATCHES=( "${FILESDIR}"/${P}-pytest6.patch |