commit:     cab191fb6a3756b816a615220a8c26804cb19fbd
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 13 16:12:00 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 16:20:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab191fb

net-analyzer/tcpdump: Added sub-slot dep to ssl packages.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-analyzer/tcpdump/tcpdump-4.9.2.ebuild | 6 +++---
 net-analyzer/tcpdump/tcpdump-9999.ebuild  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild 
b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
index 1a08871479a..519175a1f4b 100644
--- a/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-4.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -23,8 +23,8 @@ RDEPEND="
        net-libs/libpcap
        smi? ( net-libs/libsmi )
        ssl? (
-               !libressl? ( >=dev-libs/openssl-0.9.6m:0 )
-               libressl? ( dev-libs/libressl )
+               !libressl? ( >=dev-libs/openssl-0.9.6m:0= )
+               libressl? ( dev-libs/libressl:= )
        )
 "
 DEPEND="

diff --git a/net-analyzer/tcpdump/tcpdump-9999.ebuild 
b/net-analyzer/tcpdump/tcpdump-9999.ebuild
index 0a56c11cfe9..0d8200183dd 100644
--- a/net-analyzer/tcpdump/tcpdump-9999.ebuild
+++ b/net-analyzer/tcpdump/tcpdump-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -27,8 +27,8 @@ RDEPEND="
        net-libs/libpcap
        smi? ( net-libs/libsmi )
        ssl? (
-               !libressl? ( >=dev-libs/openssl-0.9.6m:0 )
-               libressl? ( dev-libs/libressl )
+               !libressl? ( >=dev-libs/openssl-0.9.6m:0= )
+               libressl? ( dev-libs/libressl:= )
        )
 "
 DEPEND="

Reply via email to