From: Anthony G. Basile Date: Wed, 13 Jul 2016 19:32:32 +0000 (-0400) Subject: net-analyzer/nessus-plugins: add libressl support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bab15fd3c13f425940bb701a7fecb9ec01c1c96a;p=gentoo.git net-analyzer/nessus-plugins: add libressl support Package-Manager: portage-2.2.28 --- diff --git a/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild b/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild index 8c47109b237c..76846a165b28 100644 --- a/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild +++ b/net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 inherit eutils toolchain-funcs @@ -13,10 +13,11 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/nessus-plugins-GPL-${P SLOT="0" LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" +IUSE="libressl" RDEPEND=" - dev-libs/openssl:0 + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) ~net-analyzer/nessus-core-${PV} ~net-analyzer/nessus-libraries-${PV} net-libs/libpcap"