summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-29 18:28:15 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-29 18:31:12 +0200
commitae85ec0af5906de159eca40b74b0244281bd791b (patch)
tree76df5f56fb1fa061a092cab46a0f8b3b59e7835b
parentdev-perl/File-RsyncP: Remove old (diff)
downloadgentoo-ae85ec0af5906de159eca40b74b0244281bd791b.tar.gz
gentoo-ae85ec0af5906de159eca40b74b0244281bd791b.tar.bz2
gentoo-ae85ec0af5906de159eca40b74b0244281bd791b.zip
dev-perl/File-Scan-ClamAV: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r2.ebuild (renamed from dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0-r1.ebuild)9
1 files changed, 5 insertions, 4 deletions
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
index 417129317015..0ac7fefcdc81 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
"