diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-06-13 18:12:00 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-06-13 18:20:53 +0200 |
commit | cab191fb6a3756b816a615220a8c26804cb19fbd (patch) | |
tree | 7731c3eea515f81abcbd350e68e7f30be6f953b8 /net-analyzer | |
parent | dev-libs/cyrus-sasl: Added sub-slot dep to ssl packages. (diff) | |
download | gentoo-cab191fb6a3756b816a615220a8c26804cb19fbd.tar.gz gentoo-cab191fb6a3756b816a615220a8c26804cb19fbd.tar.bz2 gentoo-cab191fb6a3756b816a615220a8c26804cb19fbd.zip |
net-analyzer/tcpdump: Added sub-slot dep to ssl packages.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcpdump/tcpdump-4.9.2.ebuild | 6 | ||||
-rw-r--r-- | 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 1a08871479af..519175a1f4bb 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 0a56c11cfe97..0d8200183ddf 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=" |