diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-07-13 15:27:51 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-07-13 15:27:51 -0400 |
commit | 6561cc9cd3dd0131b2660f2b77a4e306e6d3c7e2 (patch) | |
tree | 2c5e1fc27d65d50d88a53268d2346ba55a685a87 /net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild | |
parent | net-analyzer/nessus-client: add libressl support and bump to EAPI=5 (diff) | |
download | gentoo-6561cc9cd3dd0131b2660f2b77a4e306e6d3c7e2.tar.gz gentoo-6561cc9cd3dd0131b2660f2b77a4e306e6d3c7e2.tar.bz2 gentoo-6561cc9cd3dd0131b2660f2b77a4e306e6d3c7e2.zip |
net-analyzer/nessus-libraries: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild')
-rw-r--r-- | net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild index 021412e61162..263c60c1bbd9 100644 --- a/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild +++ b/net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 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 multilib toolchain-funcs @@ -13,11 +13,12 @@ SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" -IUSE="crypt debug static-libs" +IUSE="crypt debug libressl static-libs" # Hard dep on SSL since libnasl won't compile when this package is emerged -ssl. DEPEND=" - dev-libs/openssl + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) net-libs/libpcap" RDEPEND="${DEPEND}" |