commit: 6561cc9cd3dd0131b2660f2b77a4e306e6d3c7e2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Jul 13 19:27:51 2016 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Jul 13 19:27:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6561cc9c
net-analyzer/nessus-libraries: add libressl support Package-Manager: portage-2.2.28 net-analyzer/nessus-libraries/nessus-libraries-2.2.9-r1.ebuild | 9 +++++---- 1 file 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 021412e..263c60c 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}"
