commit: ee9b22423b16e3c7a763a8eb7009a9f8696ef85d Author: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org> AuthorDate: Wed Apr 7 19:16:14 2021 +0000 Commit: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org> CommitDate: Wed Apr 7 19:16:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee9b2242
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 <AT> gentoo.org> dev-perl/File-Scan-ClamAV/File-Scan-ClamAV-1.950.0.ebuild | 4 ++-- 1 file 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 b44b7a3bb3d..57be297def3 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 "
