commit: ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016 Author: Stephen Shkardoon <ss23 <AT> ss23 <DOT> geek <DOT> nz> AuthorDate: Wed Aug 31 22:55:01 2022 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Wed Aug 31 22:55:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecbb6ba6
www-apps/rutorrent: Use EAPI=7 for -9999 package Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Stephen Shkardoon <ss23 <AT> ss23.geek.nz> Closes: https://github.com/gentoo/gentoo/pull/16443 Signed-off-by: John Helmert III <ajak <AT> gentoo.org> www-apps/rutorrent/rutorrent-9999.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/www-apps/rutorrent/rutorrent-9999.ebuild b/www-apps/rutorrent/rutorrent-9999.ebuild index 28165b2caaa4..ad651140c198 100644 --- a/www-apps/rutorrent/rutorrent-9999.ebuild +++ b/www-apps/rutorrent/rutorrent-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit webapp @@ -20,9 +20,7 @@ IUSE="" need_httpd_cgi -DEPEND=" - || ( dev-lang/php[xml,gd] dev-lang/php[xml,gd-external] ) -" +DEPEND="dev-lang/php[xml,gd]" RDEPEND="virtual/httpd-php" pkg_setup() {
