commit: 26399ae8eb479ec5472246f3a270c92fd81fa054 Author: Henning Schild <henning <AT> hennsch <DOT> de> AuthorDate: Sun Aug 6 12:58:04 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Jan 10 08:44:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26399ae8
www-apps/rutorrent: update (R)DEPEND to < php-7 Closes: https://bugs.gentoo.org/620036 Closes: https://github.com/gentoo/gentoo/pull/5322 www-apps/rutorrent/rutorrent-3.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild index 2837a1ea140..6aebd9832c5 100644 --- a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild +++ b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild @@ -18,9 +18,9 @@ IUSE="" need_httpd_cgi DEPEND=" - || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] ) + || ( <dev-lang/php-7[xml,gd] <dev-lang/php-7[xml,gd-external] ) " -RDEPEND="virtual/httpd-php" +RDEPEND="<virtual/httpd-php-7" S="${WORKDIR}"
