summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2019-02-27 17:23:39 -0500
committerRick Farina <zerochaos@gentoo.org>2019-02-27 17:23:39 -0500
commit71a615c2f2b00e184653e5ebe3bf59e5c673ed53 (patch)
tree0c70d3224fcb78331d7bedeae60454473598f280 /net-analyzer/ssldump
parentnet-wireless/kismetdb: initial commit (diff)
downloadgentoo-71a615c2f2b00e184653e5ebe3bf59e5c673ed53.tar.gz
gentoo-71a615c2f2b00e184653e5ebe3bf59e5c673ed53.tar.bz2
gentoo-71a615c2f2b00e184653e5ebe3bf59e5c673ed53.zip
net-analyzer/ssldump: subslots are good
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-analyzer/ssldump')
-rw-r--r--net-analyzer/ssldump/ssldump-0.9_beta3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ssldump/ssldump-0.9_beta3.ebuild b/net-analyzer/ssldump/ssldump-0.9_beta3.ebuild
index 08f96fcfee51..0f7107da7d0b 100644
--- a/net-analyzer/ssldump/ssldump-0.9_beta3.ebuild
+++ b/net-analyzer/ssldump/ssldump-0.9_beta3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,7 +23,7 @@ IUSE="ssl"
RDEPEND="
net-libs/libpcap
- ssl? ( >=dev-libs/openssl-1 )
+ ssl? ( >=dev-libs/openssl-1:0= )
"
DEPEND="
${RDEPEND}