diff options
author | Henning Schild <henning@hennsch.de> | 2017-08-06 14:58:04 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-01-10 19:44:29 +1100 |
commit | 26399ae8eb479ec5472246f3a270c92fd81fa054 (patch) | |
tree | c8c0f129e8fdf4f982c37a39d10b55a43dce9907 /www-apps/rutorrent | |
parent | net-misc/dropbear: mark 2016.74 arm64/m68k/s390/sh stable (diff) | |
download | gentoo-26399ae8eb479ec5472246f3a270c92fd81fa054.tar.gz gentoo-26399ae8eb479ec5472246f3a270c92fd81fa054.tar.bz2 gentoo-26399ae8eb479ec5472246f3a270c92fd81fa054.zip |
www-apps/rutorrent: update (R)DEPEND to < php-7
Closes: https://bugs.gentoo.org/620036
Closes: https://github.com/gentoo/gentoo/pull/5322
Diffstat (limited to 'www-apps/rutorrent')
-rw-r--r-- | www-apps/rutorrent/rutorrent-3.4-r1.ebuild | 4 |
1 files 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 2837a1ea1407..6aebd9832c59 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}" |