app-antivirus/clamav: fix openssl and libressl slots
authorAnthony G. Basile <blueness@gentoo.org>
Mon, 21 Mar 2016 21:45:07 +0000 (17:45 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Mon, 21 Mar 2016 21:45:07 +0000 (17:45 -0400)
Package-Manager: portage-2.2.26

app-antivirus/clamav/clamav-0.98.7-r1.ebuild
app-antivirus/clamav/clamav-0.99.ebuild

index 565b0c5807492a70d9ceda3f4b2c2e95e49c9483..9132cdcf30376a993164ba2abb4e6289639e4b82 100644 (file)
@@ -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
index 28b0309a8ff9b0b6bd4f7c9fbf38b6e4cc7ec500..e48b3b27243a1ea3aa96498bf1ac1a6d22812ee8 100644 (file)
@@ -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