commit: 0232fb5701f08fac2f6cc7ba06abdf9bd120de3a
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 21:45:07 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 21:45:07 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0232fb57
app-antivirus/clamav: fix openssl and libressl slots
Package-Manager: portage-2.2.26
app-antivirus/clamav/clamav-0.98.7-r1.ebuild | 4 ++--
app-antivirus/clamav/clamav-0.99.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-antivirus/clamav/clamav-0.98.7-r1.ebuild
b/app-antivirus/clamav/clamav-0.98.7-r1.ebuild
index 565b0c5..9132cdc 100644
--- a/app-antivirus/clamav/clamav-0.98.7-r1.ebuild
+++ b/app-antivirus/clamav/clamav-0.98.7-r1.ebuild
@@ -22,8 +22,8 @@ CDEPEND="bzip2? ( app-arch/bzip2 )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
>=sys-libs/zlib-1.2.2
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
sys-devel/libtool"
# openssl is now *required* see this link as to why
# http://blog.clamav.net/2014/02/introducing-openssl-as-dependency-to.html
diff --git a/app-antivirus/clamav/clamav-0.99.ebuild
b/app-antivirus/clamav/clamav-0.99.ebuild
index 28b0309..e48b3b2 100644
--- a/app-antivirus/clamav/clamav-0.99.ebuild
+++ b/app-antivirus/clamav/clamav-0.99.ebuild
@@ -22,8 +22,8 @@ CDEPEND="bzip2? ( app-arch/bzip2 )
milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) )
dev-libs/libtommath
>=sys-libs/zlib-1.2.2
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )
sys-devel/libtool
!!<app-antivirus/clamav-0.99"
# openssl is now *required* see this link as to why