Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/ettercap/
Date: Wed, 13 Jul 2016 17:25:49
Message-Id: 1468430950.adc322ce9f4a8f80885a26e7884ec020d79e2850.blueness@gentoo
1 commit: adc322ce9f4a8f80885a26e7884ec020d79e2850
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 13 17:14:40 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 13 17:29:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc322ce
7
8 net-analyzer/ettercap: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 net-analyzer/ettercap/ettercap-9999.ebuild | 9 +++++----
13 1 file changed, 5 insertions(+), 4 deletions(-)
14
15 diff --git a/net-analyzer/ettercap/ettercap-9999.ebuild b/net-analyzer/ettercap/ettercap-9999.ebuild
16 index 54f7803..38cfb69 100644
17 --- a/net-analyzer/ettercap/ettercap-9999.ebuild
18 +++ b/net-analyzer/ettercap/ettercap-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -22,11 +22,12 @@ else
26 KEYWORDS="~alpha ~amd64 ~arm ~sparc ~x86 ~x86-fbsd"
27 fi
28 #IUSE="doc gtk ipv6 ncurses +plugins test"
29 -IUSE="doc gtk ipv6 ncurses +plugins"
30 +IUSE="doc gtk ipv6 libressl ncurses +plugins"
31
32 RDEPEND="dev-libs/libbsd
33 dev-libs/libpcre
34 - dev-libs/openssl
35 + !libressl? ( dev-libs/openssl:0= )
36 + libressl? ( dev-libs/libressl:0= )
37 net-libs/libnet:1.1
38 >=net-libs/libpcap-0.8.1
39 sys-libs/zlib
40 @@ -39,7 +40,7 @@ RDEPEND="dev-libs/libbsd
41 >=x11-libs/gtk+-2.2.2:2
42 >=x11-libs/pango-1.2.3
43 )
44 - ncurses? ( >=sys-libs/ncurses-5.3 )
45 + ncurses? ( sys-libs/ncurses:0= )
46 plugins? ( >=net-misc/curl-7.26.0 )"
47 DEPEND="${RDEPEND}
48 doc? ( app-text/ghostscript-gpl