Gentoo Archives: gentoo-commits

From: John Helmert III <ajak@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/
Date: Wed, 31 Aug 2022 22:56:21
Message-Id: 1661986522.ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016.ajak@gentoo
1 commit: ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016
2 Author: Stephen Shkardoon <ss23 <AT> ss23 <DOT> geek <DOT> nz>
3 AuthorDate: Wed Aug 31 22:55:01 2022 +0000
4 Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 22:55:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbb6ba6
7
8 www-apps/rutorrent: Use EAPI=7 for -9999 package
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Stephen Shkardoon <ss23 <AT> ss23.geek.nz>
12 Closes: https://github.com/gentoo/gentoo/pull/16443
13 Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
14
15 www-apps/rutorrent/rutorrent-9999.ebuild | 8 +++-----
16 1 file changed, 3 insertions(+), 5 deletions(-)
17
18 diff --git a/www-apps/rutorrent/rutorrent-9999.ebuild b/www-apps/rutorrent/rutorrent-9999.ebuild
19 index 28165b2caaa4..ad651140c198 100644
20 --- a/www-apps/rutorrent/rutorrent-9999.ebuild
21 +++ b/www-apps/rutorrent/rutorrent-9999.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=6
28 +EAPI=7
29
30 inherit webapp
31
32 @@ -20,9 +20,7 @@ IUSE=""
33
34 need_httpd_cgi
35
36 -DEPEND="
37 - || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] )
38 -"
39 +DEPEND="dev-lang/php[xml,gd]"
40 RDEPEND="virtual/httpd-php"
41
42 pkg_setup() {