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>
This commit is contained in:
Stephen Shkardoon
2022-08-31 17:55:01 -05:00
committed by John Helmert III
parent b3d1e407c3
commit ecbb6ba6a0

View File

@@ -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() {