From 170cd9a9bbc4cc8eb5585a038721916e7990f666 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Mon, 7 Dec 2015 03:46:49 -0500 Subject: [PATCH] net-firewall/fwbuilder: add libressl support Package-Manager: portage-2.2.20.1 --- net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild b/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild index 9980be17349a..b1d32a18873c 100644 --- a/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild +++ b/net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI="4" +EAPI="5" inherit eutils base qt4-r2 multilib autotools @@ -12,11 +12,13 @@ SRC_URI="mirror://sourceforge/fwbuilder/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" +IUSE="libressl" -DEPEND=">=dev-qt/qtgui-4.3:4 - dev-libs/openssl - dev-libs/elfutils" +DEPEND=" + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) + dev-libs/elfutils + >=dev-qt/qtgui-4.3:4" RDEPEND="${DEPEND}" PATCHES=( -- 2.26.2