app-crypt/trousers: fix slot operators for libressl and openssl
authorAlon Bar-Lev <alonbl@gentoo.org>
Sat, 16 Feb 2019 18:10:11 +0000 (20:10 +0200)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 16 Feb 2019 18:18:42 +0000 (20:18 +0200)
Signed-off-by: Stefan Strogin <stefan.strogin@gmail.com>
Signed-off-by: Alon Bar-Lev <alonbl@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11066

app-crypt/trousers/trousers-0.3.14-r1.ebuild

index e852005fcd550aa0ad0d4d617796a8f8f6670afb..f876fe6973fe6b0a440d590e500ab4630e6bdc31 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,8 +18,8 @@ IUSE="doc libressl selinux" # gtk
 #      gtk? ( >=x11-libs/gtk+-2 )
 
 DEPEND=">=dev-libs/glib-2
-       !libressl? ( >=dev-libs/openssl-0.9.7:0 )
-       libressl? ( dev-libs/libressl )"
+       !libressl? ( >=dev-libs/openssl-0.9.7:0= )
+       libressl? ( dev-libs/libressl:0= )"
 RDEPEND="${DEPEND}
        selinux? ( sec-policy/selinux-tcsd )"
 BDEPEND="virtual/pkgconfig"