Skip to content

Commit

Permalink
www-client/elinks: fix slot operators for libressl and openssl
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
blueness committed Apr 15, 2016
1 parent 799f7a2 commit 115aaf8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www-client/elinks/elinks-0.12_pre6-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand All @@ -23,8 +23,8 @@ DEPEND="
bzip2? ( >=app-arch/bzip2-1.0.2 )
gc? ( dev-libs/boehm-gc )
ssl? (
!libressl? ( dev-libs/openssl:0 )
libressl? ( dev-libs/libressl )
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl:0= )
)
xml? ( >=dev-libs/expat-1.95.4 )
X? ( x11-libs/libX11 x11-libs/libXt )
Expand Down

0 comments on commit 115aaf8

Please sign in to comment.