commit:     50d6d69f759aa763678964ef9db6b7829288b32a
Author:     Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 21:26:02 2016 +0000
Commit:     Diego Elio Pettenò <flameeyes <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 21:26:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50d6d69f

net-news/rawdog: set RDEPEND to DEPEND.

feedparser is needed at runtime or rawdog won't work.

Package-Manager: portage-2.3.0

 net-news/rawdog/rawdog-2.19.ebuild | 4 ++--
 net-news/rawdog/rawdog-2.20.ebuild | 4 ++--
 net-news/rawdog/rawdog-2.22.ebuild | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-news/rawdog/rawdog-2.19.ebuild 
b/net-news/rawdog/rawdog-2.19.ebuild
index 84c69bc..5275f69 100644
--- a/net-news/rawdog/rawdog-2.19.ebuild
+++ b/net-news/rawdog/rawdog-2.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ~s390 sparc x86"
 IUSE=""
 
 DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
-RDEPEND=""
+RDEPEND="${DEPEND}"
 
 python_test() {
        # pypy fails half way through; meh

diff --git a/net-news/rawdog/rawdog-2.20.ebuild 
b/net-news/rawdog/rawdog-2.20.ebuild
index a2bc717..61ca9c8 100644
--- a/net-news/rawdog/rawdog-2.20.ebuild
+++ b/net-news/rawdog/rawdog-2.20.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
 IUSE=""
 
 DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
-RDEPEND=""
+RDEPEND="${DEPEND}"
 
 python_test() {
        # pypy fails half way through; meh

diff --git a/net-news/rawdog/rawdog-2.22.ebuild 
b/net-news/rawdog/rawdog-2.22.ebuild
index e6ec6bc..61ca9c8 100644
--- a/net-news/rawdog/rawdog-2.22.ebuild
+++ b/net-news/rawdog/rawdog-2.22.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
 IUSE=""
 
 DEPEND="dev-python/feedparser[${PYTHON_USEDEP}]"
-RDEPEND=""
+RDEPEND="${DEPEND}"
 
 python_test() {
        # pypy fails half way through; meh

Reply via email to