From: Anthony G. Basile Date: Fri, 15 Apr 2016 11:24:15 +0000 (-0400) Subject: www-client/elinks: fix slot operators for libressl and openssl X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=115aaf816a3f9782db2d370cf639cbce163a3f11;p=gentoo.git www-client/elinks: fix slot operators for libressl and openssl Package-Manager: portage-2.2.26 --- 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 )