commit: e9509b506622a43b4778dd15c0f880cd4f312c2f
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 20:15:30 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 20:59:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9509b50
net-mail/rss2email: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
net-mail/rss2email/rss2email-2.71-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/net-mail/rss2email/rss2email-2.71-r1.ebuild
b/net-mail/rss2email/rss2email-2.71-r1.ebuild
index 7c477764c71..b8476f50487 100644
--- a/net-mail/rss2email/rss2email-2.71-r1.ebuild
+++ b/net-mail/rss2email/rss2email-2.71-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -18,9 +18,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="dev-util/patchutils"
-RDEPEND=">=dev-python/feedparser-5.0.1
+RDEPEND="${PYTHON_DEPS}
+ >=dev-python/feedparser-5.0.1
>=dev-python/html2text-3.01"
src_unpack() {