diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2021-04-07 21:16:14 +0200 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2021-04-07 21:16:14 +0200 |
commit | ee9b22423b16e3c7a763a8eb7009a9f8696ef85d (patch) | |
tree | 2b5ec9acdd18c3467b6d1ece74cad0cd070dcad2 /dev-perl | |
parent | app-antivirus/clamav: ClamAV 0.103.2 security patch release (diff) | |
download | gentoo-ee9b22423b16e3c7a763a8eb7009a9f8696ef85d.tar.gz gentoo-ee9b22423b16e3c7a763a8eb7009a9f8696ef85d.tar.bz2 gentoo-ee9b22423b16e3c7a763a8eb7009a9f8696ef85d.zip |
dev-perl/File-Scan-ClamAV: move clamav to DEPEND as Makefile.PL looks for it
Bug: https://bugs.gentoo.org/761900
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild index b44b7a3bb3d7..57be297def39 100644 --- a/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild +++ b/dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,8 @@ SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" IUSE="" -RDEPEND="app-antivirus/clamav" DEPEND="${DEPEND} + app-antivirus/clamav virtual/perl-ExtUtils-MakeMaker " |