From: Zac Medico Date: Mon, 13 Jan 2020 01:43:29 +0000 (-0800) Subject: dev-python/html5-parser: Stabilize 0.4.9 for bug 705088 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de4a6242aaedfa7f2eb3f18eb0c2ffaee1b7e170;p=gentoo.git dev-python/html5-parser: Stabilize 0.4.9 for bug 705088 Needed for compat with latest stable dev-python/beautifulsoup. Bug: https://bugs.gentoo.org/705088#c3 Bug: https://bugs.gentoo.org/705090 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Zac Medico --- diff --git a/dev-python/html5-parser/html5-parser-0.4.9.ebuild b/dev-python/html5-parser/html5-parser-0.4.9.ebuild index 2d5a044bb63e..68b69b2f7b81 100644 --- a/dev-python/html5-parser/html5-parser-0.4.9.ebuild +++ b/dev-python/html5-parser/html5-parser-0.4.9.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="amd64 ~arm x86" IUSE="" BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"