summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoyote <coyote@bks.tv>2017-11-24 16:53:32 +0300
committerRobin H. Johnson <robbat2@gentoo.org>2017-11-24 10:22:21 -0800
commit41682d1eb1c6fba307b3c3b0b2cce8607f2d2432 (patch)
treec84e3280829526ebc2bc168033cce78dfdf5d14c
parentdev-python/pyblake2: Bump to 1.1.0 (with impl from CPython) (diff)
downloadgentoo-41682d1eb1c6fba307b3c3b0b2cce8607f2d2432.tar.gz
gentoo-41682d1eb1c6fba307b3c3b0b2cce8607f2d2432.tar.bz2
gentoo-41682d1eb1c6fba307b3c3b0b2cce8607f2d2432.zip
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@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/6280
-rw-r--r--app-antivirus/clamav/clamav-0.99.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-0.99.2-r1.ebuild b/app-antivirus/clamav/clamav-0.99.2-r1.ebuild
index a44017407cfa..ec11c3e098f8 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