diff options
-rw-r--r-- | app-antivirus/clamav/clamav-0.99.1.ebuild | 2 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.99.2.ebuild | 2 | ||||
-rw-r--r-- | app-antivirus/clamav/clamav-0.99.ebuild | 4 |
3 files changed, 7 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-0.99.1.ebuild b/app-antivirus/clamav/clamav-0.99.1.ebuild index f709ad8504c..4f16064a118 100644 --- a/app-antivirus/clamav/clamav-0.99.1.ebuild +++ b/app-antivirus/clamav/clamav-0.99.1.ebuild @@ -25,7 +25,9 @@ CDEPEND="bzip2? ( app-arch/bzip2 ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-devel/libtool + >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 # http://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html DEPEND="${CDEPEND} diff --git a/app-antivirus/clamav/clamav-0.99.2.ebuild b/app-antivirus/clamav/clamav-0.99.2.ebuild index 08c5f5a2545..1b0207dfc96 100644 --- a/app-antivirus/clamav/clamav-0.99.2.ebuild +++ b/app-antivirus/clamav/clamav-0.99.2.ebuild @@ -26,7 +26,9 @@ CDEPEND="bzip2? ( app-arch/bzip2 ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-devel/libtool + >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 # http://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html DEPEND="${CDEPEND} diff --git a/app-antivirus/clamav/clamav-0.99.ebuild b/app-antivirus/clamav/clamav-0.99.ebuild index 22e37794dd5..9f4090d42f8 100644 --- a/app-antivirus/clamav/clamav-0.99.ebuild +++ b/app-antivirus/clamav/clamav-0.99.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -25,7 +25,9 @@ CDEPEND="bzip2? ( app-arch/bzip2 ) !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sys-devel/libtool + >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 # http://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html DEPEND="${CDEPEND} |