commit:     170cd9a9bbc4cc8eb5585a038721916e7990f666
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 08:46:49 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 08:46:49 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=170cd9a9

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 9980be1..b1d32a1 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=(

Reply via email to