diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-13 13:14:40 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-13 13:29:10 -0400 |
commit | adc322ce9f4a8f80885a26e7884ec020d79e2850 (patch) | |
tree | 32d5b925817c30caca4421337c3743551187d4c1 /net-analyzer/ettercap | |
parent | media-libs/phonon: ensure zeitgeist is always disabled on a foreign ABI (diff) | |
download | gentoo-adc322ce9f4a8f80885a26e7884ec020d79e2850.tar.gz gentoo-adc322ce9f4a8f80885a26e7884ec020d79e2850.tar.bz2 gentoo-adc322ce9f4a8f80885a26e7884ec020d79e2850.zip |
net-analyzer/ettercap: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer/ettercap')
-rw-r--r-- | net-analyzer/ettercap/ettercap-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-analyzer/ettercap/ettercap-9999.ebuild b/net-analyzer/ettercap/ettercap-9999.ebuild index 54f7803fc84b..38cfb6984522 100644 --- a/net-analyzer/ettercap/ettercap-9999.ebuild +++ b/net-analyzer/ettercap/ettercap-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -22,11 +22,12 @@ else KEYWORDS="~alpha ~amd64 ~arm ~sparc ~x86 ~x86-fbsd" fi #IUSE="doc gtk ipv6 ncurses +plugins test" -IUSE="doc gtk ipv6 ncurses +plugins" +IUSE="doc gtk ipv6 libressl ncurses +plugins" RDEPEND="dev-libs/libbsd dev-libs/libpcre - dev-libs/openssl + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) net-libs/libnet:1.1 >=net-libs/libpcap-0.8.1 sys-libs/zlib @@ -39,7 +40,7 @@ RDEPEND="dev-libs/libbsd >=x11-libs/gtk+-2.2.2:2 >=x11-libs/pango-1.2.3 ) - ncurses? ( >=sys-libs/ncurses-5.3 ) + ncurses? ( sys-libs/ncurses:0= ) plugins? ( >=net-misc/curl-7.26.0 )" DEPEND="${RDEPEND} doc? ( app-text/ghostscript-gpl |