From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A313D158011 for ; Wed, 31 Aug 2022 22:56:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5DF7E0809; Wed, 31 Aug 2022 22:56:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD6A9E0809 for ; Wed, 31 Aug 2022 22:56:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6A8033BECB for ; Wed, 31 Aug 2022 22:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A582596 for ; Wed, 31 Aug 2022 22:56:18 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1661986522.ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/rutorrent/rutorrent-9999.ebuild X-VCS-Directories: www-apps/rutorrent/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016 X-VCS-Branch: master Date: Wed, 31 Aug 2022 22:56:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cf51beac-cb82-441e-9e66-8bc6296d3af7 X-Archives-Hash: eadf449b92a7e5a780134d3399f50f4e commit: ecbb6ba6a0bb904f7abc1e3621ee35e7ffd93016 Author: Stephen Shkardoon ss23 geek nz> AuthorDate: Wed Aug 31 22:55:01 2022 +0000 Commit: John Helmert III gentoo 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.geek.nz> Closes: https://github.com/gentoo/gentoo/pull/16443 Signed-off-by: John Helmert III 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() {