www-client/elinks: fix slot operators for libressl and openssl
authorAnthony G. Basile <blueness@gentoo.org>
Fri, 15 Apr 2016 11:24:15 +0000 (07:24 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 15 Apr 2016 11:25:31 +0000 (07:25 -0400)
Package-Manager: portage-2.2.26

www-client/elinks/elinks-0.12_pre6-r2.ebuild

index 88b93c0b8b1abd71a179a4ec1c94534c5c06a951..eee79b6d809dc50a81d208992a98b5d4651675e3 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$
 
@@ -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 )