summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-05-28 20:48:34 +0200
committerMichał Górny <mgorny@gentoo.org>2019-05-29 12:01:49 +0200
commit50e183a0341bdaa4a4386b643dddcd3685259f6f (patch)
treebe0fde12ef501b9516c2ffbbaab487a3a33f9a1d /net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
parentnet-analyzer/sngrep: [QA] Fix deps to use :0= instead of wrong :* (diff)
downloadgentoo-50e183a0341bdaa4a4386b643dddcd3685259f6f.tar.gz
gentoo-50e183a0341bdaa4a4386b643dddcd3685259f6f.tar.bz2
gentoo-50e183a0341bdaa4a4386b643dddcd3685259f6f.zip
net-analyzer/thc-ipv6: [QA] Fix openssl dep to :0=
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild')
-rw-r--r--net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild b/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
index a0934cf80b9a..71f98da3f733 100644
--- a/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
+++ b/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,7 +21,7 @@ fi
DEPEND="net-libs/libpcap
net-libs/libnetfilter_queue
- ssl? ( dev-libs/openssl:* )"
+ ssl? ( dev-libs/openssl:0= )"
RDEPEND="${DEPEND}"
PATCHES=( "${FILESDIR}/${PN}-3.2-stdint.patch" )