summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-12-25 20:07:08 -0500
committerAnthony G. Basile <blueness@gentoo.org>2015-12-25 20:07:08 -0500
commit36489dd5e040ef943793f26576a9432d869d63ee (patch)
treef48381b8627dc2e384ff0c3fe4688929c1cc6671 /app-admin
parentapp-admin/clustershell: add libressl support (diff)
downloadgentoo-36489dd5e040ef943793f26576a9432d869d63ee.tar.gz
gentoo-36489dd5e040ef943793f26576a9432d869d63ee.tar.bz2
gentoo-36489dd5e040ef943793f26576a9432d869d63ee.zip
app-admin/conserver: add libressl support
Package-Manager: portage-2.2.24
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/conserver/conserver-8.1.18-r1.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/app-admin/conserver/conserver-8.1.18-r1.ebuild b/app-admin/conserver/conserver-8.1.18-r1.ebuild
index 5c918854667a..7e60c04ec17d 100644
--- a/app-admin/conserver/conserver-8.1.18-r1.ebuild
+++ b/app-admin/conserver/conserver-8.1.18-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI="5"
inherit ssl-cert eutils pam autotools
@@ -13,9 +13,12 @@ SRC_URI="http://www.conserver.com/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="kerberos pam ssl tcpd debug"
+IUSE="kerberos libressl pam ssl tcpd debug"
-DEPEND="ssl? ( >=dev-libs/openssl-0.9.6g )
+DEPEND="ssl? (
+ !libressl? ( dev-libs/openssl:0 )
+ libressl? ( dev-libs/libressl )
+ )
pam? ( virtual/pam )
tcpd? ( sys-apps/tcp-wrappers )
debug? ( dev-libs/dmalloc )