Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ettercap/
Date: Fri, 30 Apr 2021 18:46:07
Message-Id: 1619807962.0445348af96474729daa8230e399734456cfbbd5.zlogene@gentoo
1 commit: 0445348af96474729daa8230e399734456cfbbd5
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 18:39:22 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 18:39:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0445348a
7
8 net-analyzer/ettercap: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-analyzer/ettercap/ettercap-0.8.3.1.ebuild | 7 +++----
14 net-analyzer/ettercap/ettercap-9999.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild b/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild
18 index 7d5c3ac6c11..069c391c021 100644
19 --- a/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild
20 +++ b/net-analyzer/ettercap/ettercap-0.8.3.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -19,13 +19,12 @@ else
28 KEYWORDS="~alpha amd64 arm ppc ppc64 sparc x86"
29 fi
30
31 -IUSE="doc geoip gtk ipv6 libressl ncurses +plugins test"
32 +IUSE="doc geoip gtk ipv6 ncurses +plugins test"
33 RESTRICT="!test? ( test )"
34
35 RDEPEND="dev-libs/libbsd
36 dev-libs/libpcre
37 - !libressl? ( dev-libs/openssl:0= )
38 - libressl? ( dev-libs/libressl:0= )
39 + dev-libs/openssl:0=
40 net-libs/libnet:1.1
41 >=net-libs/libpcap-0.8.1
42 sys-libs/zlib
43
44 diff --git a/net-analyzer/ettercap/ettercap-9999.ebuild b/net-analyzer/ettercap/ettercap-9999.ebuild
45 index f6f494b3507..07c3e35f652 100644
46 --- a/net-analyzer/ettercap/ettercap-9999.ebuild
47 +++ b/net-analyzer/ettercap/ettercap-9999.ebuild
48 @@ -1,4 +1,4 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 +# Copyright 1999-2021 Gentoo Authors
51 # Distributed under the terms of the GNU General Public License v2
52
53 EAPI=7
54 @@ -19,13 +19,12 @@ else
55 KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
56 fi
57
58 -IUSE="doc geoip gtk ipv6 libressl ncurses +plugins test"
59 +IUSE="doc geoip gtk ipv6 ncurses +plugins test"
60 RESTRICT="!test? ( test )"
61
62 RDEPEND="dev-libs/libbsd
63 dev-libs/libpcre
64 - !libressl? ( dev-libs/openssl:0= )
65 - libressl? ( dev-libs/libressl:0= )
66 + dev-libs/openssl:0=
67 net-libs/libnet:1.1
68 >=net-libs/libpcap-0.8.1
69 sys-libs/zlib