Skip to content

Commit

Permalink
app-admin/conserver: fix openssl and libressl slots
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
blueness committed Mar 21, 2016
1 parent 6256710 commit c0a6ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-admin/conserver/conserver-8.1.18-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="kerberos libressl pam ssl tcpd debug"

DEPEND="ssl? (
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
pam? ( virtual/pam )
tcpd? ( sys-apps/tcp-wrappers )
Expand Down

0 comments on commit c0a6ab7

Please sign in to comment.