From de4a6242aaedfa7f2eb3f18eb0c2ffaee1b7e170 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 12 Jan 2020 17:43:29 -0800 Subject: [PATCH] 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 --- dev-python/html5-parser/html5-parser-0.4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 2d5a044bb63e7..68b69b2f7b818 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}]"