summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Janda <felix.janda@posteo.de>2016-04-10 13:10:11 +0200
committerAnthony G. Basile <blueness@gentoo.org>2016-04-15 07:25:29 -0400
commit799f7a23fe3a79e3ce2ee2dacec49a880292abd8 (patch)
treeebc1afe37259e63f57db89df58e8a620df698f07 /www-client/elinks
parentsci-physics/lammps: Version bump (diff)
downloadgentoo-799f7a23fe3a79e3ce2ee2dacec49a880292abd8.tar.gz
gentoo-799f7a23fe3a79e3ce2ee2dacec49a880292abd8.tar.bz2
gentoo-799f7a23fe3a79e3ce2ee2dacec49a880292abd8.zip
www-client/elinks: add libressl support also to live ebuild
Diffstat (limited to 'www-client/elinks')
-rw-r--r--www-client/elinks/elinks-9999.ebuild9
1 files changed, 6 insertions, 3 deletions
diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild
index 3feac4b6c251..f8d68ba69fee 100644
--- a/www-client/elinks/elinks-9999.ebuild
+++ b/www-client/elinks/elinks-9999.ebuild
@@ -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 )