diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2016-05-23 23:30:31 +0200 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2016-05-23 23:31:32 +0200 |
commit | d5c1f9b90aeca9405ed2a567c3560e13145a1026 (patch) | |
tree | 69bfb0e2a2f668595bf1c63b5068d6849b805f61 /app-antivirus | |
parent | app-admin/perl-cleaner: Reorder maintainers as talked with fuzzyray (diff) | |
download | gentoo-d5c1f9b90aeca9405ed2a567c3560e13145a1026.tar.gz gentoo-d5c1f9b90aeca9405ed2a567c3560e13145a1026.tar.bz2 gentoo-d5c1f9b90aeca9405ed2a567c3560e13145a1026.zip |
app-antivirus/clamav: added note about hardblock and pcre dep
Package-Manager: portage-2.2.23
Diffstat (limited to 'app-antivirus')
-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 f709ad8504cd..4f16064a1185 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 08c5f5a25458..1b0207dfc967 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 22e37794dd51..9f4090d42f84 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} |