-# 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
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}"