diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-13 15:32:32 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-13 15:32:32 -0400 |
commit | bab15fd3c13f425940bb701a7fecb9ec01c1c96a (patch) | |
tree | 992d9487b31983e0bd9001df215d261210053c38 /net-analyzer/nessus-plugins | |
parent | net-analyzer/nessus-libraries: add libressl support (diff) | |
download | gentoo-bab15fd3c13f425940bb701a7fecb9ec01c1c96a.tar.gz gentoo-bab15fd3c13f425940bb701a7fecb9ec01c1c96a.tar.bz2 gentoo-bab15fd3c13f425940bb701a7fecb9ec01c1c96a.zip |
net-analyzer/nessus-plugins: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer/nessus-plugins')
-rw-r--r-- | net-analyzer/nessus-plugins/nessus-plugins-2.2.9-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
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" |