diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2015-12-30 11:03:46 +0100 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2015-12-30 11:03:46 +0100 |
commit | 8472f34e2dade038cf6b1b6e59f9c6379db67013 (patch) | |
tree | 780289940719409018bbad9bac3078f57bcfddee /app-antivirus | |
parent | Merge remote-tracking branch 'remotes/sbraz/jaraco-collections-text' (diff) | |
download | gentoo-8472f34e2dade038cf6b1b6e59f9c6379db67013.tar.gz gentoo-8472f34e2dade038cf6b1b6e59f9c6379db67013.tar.bz2 gentoo-8472f34e2dade038cf6b1b6e59f9c6379db67013.zip |
block older versions because of bug #567680
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-0.99.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-0.99.ebuild b/app-antivirus/clamav/clamav-0.99.ebuild index 565b0c580749..28b0309a8ff9 100644 --- a/app-antivirus/clamav/clamav-0.99.ebuild +++ b/app-antivirus/clamav/clamav-0.99.ebuild @@ -24,7 +24,8 @@ CDEPEND="bzip2? ( app-arch/bzip2 ) >=sys-libs/zlib-1.2.2 !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl ) - sys-devel/libtool" + sys-devel/libtool + !!<app-antivirus/clamav-0.99" # openssl is now *required* see this link as to why # http://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html DEPEND="${CDEPEND} |