www-apps/rutorrent: update (R)DEPEND to < php-7
authorHenning Schild <henning@hennsch.de>
Sun, 6 Aug 2017 12:58:04 +0000 (14:58 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 10 Jan 2018 08:44:29 +0000 (19:44 +1100)
Closes: https://bugs.gentoo.org/620036
Closes: https://github.com/gentoo/gentoo/pull/5322

www-apps/rutorrent/rutorrent-3.4-r1.ebuild

index 2837a1ea14077c2fd0506b3df4a5e56429d1917d..6aebd9832c595a8b462d236aacb5454b2b807b92 100644 (file)
@@ -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}"