diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-03-03 20:21:28 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-03-03 20:21:45 +0100 |
commit | 34e03d42f4791814dc8a014770c425281ff822cb (patch) | |
tree | 2cb51a686e3453223f32ea9f4f3ff0e3d8287cec /net-mail/rss2email | |
parent | dev-python/html2text: Fix /usr/bin/html2text collision regression (diff) | |
download | gentoo-34e03d42f4791814dc8a014770c425281ff822cb.tar.gz gentoo-34e03d42f4791814dc8a014770c425281ff822cb.tar.bz2 gentoo-34e03d42f4791814dc8a014770c425281ff822cb.zip |
net-mail/rss2email: Fix html2text dependency
Closes: https://bugs.gentoo.org/710138
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Diffstat (limited to 'net-mail/rss2email')
-rw-r--r-- | net-mail/rss2email/rss2email-2.71-r2.ebuild (renamed from net-mail/rss2email/rss2email-2.71-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/rss2email/rss2email-2.71-r1.ebuild b/net-mail/rss2email/rss2email-2.71-r2.ebuild index 215277e290fb..351a6d6351e6 100644 --- a/net-mail/rss2email/rss2email-2.71-r1.ebuild +++ b/net-mail/rss2email/rss2email-2.71-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -23,7 +23,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="dev-util/patchutils" RDEPEND="${PYTHON_DEPS} >=dev-python/feedparser-5.0.1 - >=dev-python/html2text-3.01" + <dev-python/html2text-2019.8.11" src_unpack() { # Tarball has zero permissions inside |