diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-08 12:54:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-08 12:59:36 +0200 |
commit | a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5 (patch) | |
tree | 692b6cc12f3c4ff1a0a59a160255ee612a568a20 /www-misc/urlwatch/urlwatch-2.22.ebuild | |
parent | sys-apps/colorized-logs: Migrate to cmake.eclass (diff) | |
download | gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.tar.gz gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.tar.bz2 gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.zip |
Rename dev-python/{beautifulsoup → beautifulsoup4}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'www-misc/urlwatch/urlwatch-2.22.ebuild')
-rw-r--r-- | www-misc/urlwatch/urlwatch-2.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-misc/urlwatch/urlwatch-2.22.ebuild b/www-misc/urlwatch/urlwatch-2.22.ebuild index fb04d721b518..3a12f2417299 100644 --- a/www-misc/urlwatch/urlwatch-2.22.ebuild +++ b/www-misc/urlwatch/urlwatch-2.22.ebuild @@ -61,7 +61,7 @@ pkg_postinst() { fi elog "HTML parsing can be improved by installing one of the following packages" elog "and changing the html2text subfilter parameter:" - elog "dev-python/beautifulsoup:4" + elog "dev-python/beautifulsoup4" elog "app-text/html2text" elog "dev-python/html2text" elog "www-client/lynx" |