From ae85ec0af5906de159eca40b74b0244281bd791b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 29 Oct 2021 18:28:15 +0200 Subject: [PATCH] dev-perl/File-Scan-ClamAV: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- ...50.0-r1.ebuild => File-Scan-ClamAV-1.950.0-r2.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename dev-perl/File-Scan-ClamAV/{File-Scan-ClamAV-1.950.0-r1.ebuild => File-Scan-ClamAV-1.950.0-r2.ebuild} (93%) diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild similarity index 93% rename from dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild rename to dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild index 417129317015a..0ac7fefcdc81e 100644 --- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild +++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=ESAYM DIST_VERSION=1.95 @@ -12,10 +12,11 @@ DESCRIPTION="Connect to a local Clam Anti-Virus clamd service and send commands" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" -RDEPEND="app-antivirus/clamav" -DEPEND=" +RDEPEND=" + app-antivirus/clamav +" +BDEPEND=" ${RDEPEND} virtual/perl-ExtUtils-MakeMaker "