Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/thc-ipv6/
Date: Wed, 29 May 2019 10:03:50
Message-Id: 1559124109.50e183a0341bdaa4a4386b643dddcd3685259f6f.mgorny@gentoo
1 commit: 50e183a0341bdaa4a4386b643dddcd3685259f6f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 28 18:48:34 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 29 10:01:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e183a0
7
8 net-analyzer/thc-ipv6: [QA] Fix openssl dep to :0=
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-analyzer/thc-ipv6/{thc-ipv6-3.2.ebuild => thc-ipv6-3.2-r1.ebuild} | 4 ++--
13 net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-analyzer/thc-ipv6/thc-ipv6-3.2.ebuild b/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
17 similarity index 94%
18 rename from net-analyzer/thc-ipv6/thc-ipv6-3.2.ebuild
19 rename to net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
20 index a0934cf80b9..71f98da3f73 100644
21 --- a/net-analyzer/thc-ipv6/thc-ipv6-3.2.ebuild
22 +++ b/net-analyzer/thc-ipv6/thc-ipv6-3.2-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -21,7 +21,7 @@ fi
30
31 DEPEND="net-libs/libpcap
32 net-libs/libnetfilter_queue
33 - ssl? ( dev-libs/openssl:* )"
34 + ssl? ( dev-libs/openssl:0= )"
35 RDEPEND="${DEPEND}"
36
37 PATCHES=( "${FILESDIR}/${PN}-3.2-stdint.patch" )
38
39 diff --git a/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild b/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
40 index a0934cf80b9..71f98da3f73 100644
41 --- a/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
42 +++ b/net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2019 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -21,7 +21,7 @@ fi
50
51 DEPEND="net-libs/libpcap
52 net-libs/libnetfilter_queue
53 - ssl? ( dev-libs/openssl:* )"
54 + ssl? ( dev-libs/openssl:0= )"
55 RDEPEND="${DEPEND}"
56
57 PATCHES=( "${FILESDIR}/${PN}-3.2-stdint.patch" )