diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-04-15 07:24:15 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-04-15 07:25:31 -0400 |
commit | 115aaf816a3f9782db2d370cf639cbce163a3f11 (patch) | |
tree | c46b1df638e9469ebc19f1663602605042a0f264 /www-client/elinks | |
parent | www-client/elinks: add libressl support also to live ebuild (diff) | |
download | gentoo-115aaf816a3f9782db2d370cf639cbce163a3f11.tar.gz gentoo-115aaf816a3f9782db2d370cf639cbce163a3f11.tar.bz2 gentoo-115aaf816a3f9782db2d370cf639cbce163a3f11.zip |
www-client/elinks: fix slot operators for libressl and openssl
Package-Manager: portage-2.2.26
Diffstat (limited to 'www-client/elinks')
-rw-r--r-- | www-client/elinks/elinks-0.12_pre6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/elinks/elinks-0.12_pre6-r2.ebuild b/www-client/elinks/elinks-0.12_pre6-r2.ebuild index 88b93c0b8b1a..eee79b6d809d 100644 --- a/www-client/elinks/elinks-0.12_pre6-r2.ebuild +++ b/www-client/elinks/elinks-0.12_pre6-r2.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$ @@ -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 ) |