diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2016-10-23 22:26:02 +0100 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2016-10-23 22:26:02 +0100 |
commit | 50d6d69f759aa763678964ef9db6b7829288b32a (patch) | |
tree | 0ac9e58f21af88e54ad0f69e23e742258812e218 | |
parent | net-news/rawdog: bump to version 2.22. (diff) | |
download | gentoo-50d6d69f759aa763678964ef9db6b7829288b32a.tar.gz gentoo-50d6d69f759aa763678964ef9db6b7829288b32a.tar.bz2 gentoo-50d6d69f759aa763678964ef9db6b7829288b32a.zip |
net-news/rawdog: set RDEPEND to DEPEND.
feedparser is needed at runtime or rawdog won't work.
Package-Manager: portage-2.3.0
-rw-r--r-- | net-news/rawdog/rawdog-2.19.ebuild | 4 | ||||
-rw-r--r-- | net-news/rawdog/rawdog-2.20.ebuild | 4 | ||||
-rw-r--r-- | 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 84c69bc7a560..5275f69896b0 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 a2bc717fff67..61ca9c8cda4d 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 e6ec6bcdcd13..61ca9c8cda4d 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 |