Skip to content

Commit

Permalink
app-admin/conserver: add libressl support
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.24
  • Loading branch information
blueness committed Dec 26, 2015
1 parent fea0f7b commit 36489dd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions app-admin/conserver/conserver-8.1.18-r1.ebuild
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 )
Expand Down

0 comments on commit 36489dd

Please sign in to comment.