Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/
Date: Wed, 10 Jan 2018 08:44:50
Message-Id: 1515573869.26399ae8eb479ec5472246f3a270c92fd81fa054.kensington@gentoo
1 commit: 26399ae8eb479ec5472246f3a270c92fd81fa054
2 Author: Henning Schild <henning <AT> hennsch <DOT> de>
3 AuthorDate: Sun Aug 6 12:58:04 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 10 08:44:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26399ae8
7
8 www-apps/rutorrent: update (R)DEPEND to < php-7
9
10 Closes: https://bugs.gentoo.org/620036
11 Closes: https://github.com/gentoo/gentoo/pull/5322
12
13 www-apps/rutorrent/rutorrent-3.4-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild
17 index 2837a1ea140..6aebd9832c5 100644
18 --- a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild
19 +++ b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild
20 @@ -18,9 +18,9 @@ IUSE=""
21 need_httpd_cgi
22
23 DEPEND="
24 - || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] )
25 + || ( <dev-lang/php-7[xml,gd] <dev-lang/php-7[xml,gd-external] )
26 "
27 -RDEPEND="virtual/httpd-php"
28 +RDEPEND="<virtual/httpd-php-7"
29
30 S="${WORKDIR}"