summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-12-07 03:46:49 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-12-07 03:46:49 -0500
commit170cd9a9bbc4cc8eb5585a038721916e7990f666 (patch)
treef59d2292b734465b94e997a16cc082f5ca058078
parentnet-firewall/ipsec-tools: remove older stable versions. (diff)
downloadgentoo-170cd9a9bbc4cc8eb5585a038721916e7990f666.tar.gz
gentoo-170cd9a9bbc4cc8eb5585a038721916e7990f666.tar.bz2
gentoo-170cd9a9bbc4cc8eb5585a038721916e7990f666.zip
net-firewall/fwbuilder: add libressl support
Package-Manager: portage-2.2.20.1
-rw-r--r--net-firewall/fwbuilder/fwbuilder-5.1.0.3599.ebuild14
1 files 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=(