diff options
author | Stephen Shkardoon <ss23@ss23.geek.nz> | 2022-08-31 17:55:01 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-08-31 17:55:22 -0500 |
commit | ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016 (patch) | |
tree | 987f7514cfff35fb2dd571667c60723ee8a54c54 /www-apps/rutorrent | |
parent | app-emulation/wine-staging: add 7.16 (diff) | |
download | gentoo-ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016.tar.gz gentoo-ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016.tar.bz2 gentoo-ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016.zip |
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@ss23.geek.nz>
Closes: https://github.com/gentoo/gentoo/pull/16443
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'www-apps/rutorrent')
-rw-r--r-- | www-apps/rutorrent/rutorrent-9999.ebuild | 8 |
1 files 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() { |