www-client/elinks: add libressl support also to live ebuild
authorFelix Janda <felix.janda@posteo.de>
Sun, 10 Apr 2016 11:10:11 +0000 (13:10 +0200)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 15 Apr 2016 11:25:29 +0000 (07:25 -0400)
www-client/elinks/elinks-9999.ebuild

index 3feac4b6c251606c7b76d45893edadda49d535c9..f8d68ba69feef5ed5527a039c232d2fcd1bff94a 100644 (file)
@@ -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$
 
@@ -18,13 +18,16 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
 IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6
-         javascript lua +mouse nls nntp perl ruby samba ssl unicode X xml zlib"
+         javascript libressl lua +mouse nls nntp perl ruby samba ssl unicode X xml zlib"
 RESTRICT="test"
 
 DEPEND="
        bzip2? ( >=app-arch/bzip2-1.0.2 )
        gc? ( dev-libs/boehm-gc )
-       ssl? ( >=dev-libs/openssl-0.9.6g:0= )
+       ssl? (
+               !libressl? ( dev-libs/openssl:0= )
+               libressl? ( dev-libs/libressl:0= )
+       )
        xml? ( >=dev-libs/expat-1.95.4 )
        X? ( x11-libs/libX11 x11-libs/libXt )
        zlib? ( >=sys-libs/zlib-1.1.4 )