commit: 41682d1eb1c6fba307b3c3b0b2cce8607f2d2432 Author: coyote <coyote <AT> bks <DOT> tv> AuthorDate: Fri Nov 24 13:53:32 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Fri Nov 24 18:22:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41682d1e
app-antivirus/clamav: fix dependencies in libpcre & libpcre2 Closes: https://bugs.gentoo.org/628068 Closes: https://bugs.gentoo.org/603940 (cherry picked from commit ba70bffd9067212f57640d39dfb051c92dbab1dc) Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/6280 app-antivirus/clamav/clamav-0.99.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild index a44017407cf..ec11c3e098f 100644 --- a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild +++ b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild @@ -24,7 +24,7 @@ CDEPEND="bzip2? ( app-arch/bzip2 ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-devel/libtool - >dev-libs/libpcre-6 + || ( dev-libs/libpcre2 >dev-libs/libpcre-6 ) !!<app-antivirus/clamav-0.99" # hard block clamav < 0.99 due to linking problems Bug #567680 # openssl is now *required* see this link as to why