diff options
author | 2020-01-12 17:43:29 -0800 | |
---|---|---|
committer | 2020-01-12 18:15:12 -0800 | |
commit | de4a6242aaedfa7f2eb3f18eb0c2ffaee1b7e170 (patch) | |
tree | 3375902c433c84918aed36ec403b0cfe2f0eae28 /dev-python/html5-parser | |
parent | sci-chemistry/votca-ctp: live ebuild removal due missing deps (diff) | |
download | gentoo-de4a6242aaedfa7f2eb3f18eb0c2ffaee1b7e170.tar.gz gentoo-de4a6242aaedfa7f2eb3f18eb0c2ffaee1b7e170.tar.bz2 gentoo-de4a6242aaedfa7f2eb3f18eb0c2ffaee1b7e170.zip |
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 <zmedico@gentoo.org>
Diffstat (limited to 'dev-python/html5-parser')
-rw-r--r-- | dev-python/html5-parser/html5-parser-0.4.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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}]" |