mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
committed by
John Helmert III
parent
b3d1e407c3
commit
ecbb6ba6a0
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user