diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2019-02-16 20:10:11 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2019-02-16 20:18:42 +0200 |
commit | b90b22c0626177721a22293f285e95a0d0a5cf9d (patch) | |
tree | 80176a41fca745b4a0383f146875ac433705edf4 /app-crypt/trousers | |
parent | net-firewall/shorewall: bump to v5.2.3 (diff) | |
download | gentoo-b90b22c0626177721a22293f285e95a0d0a5cf9d.tar.gz gentoo-b90b22c0626177721a22293f285e95a0d0a5cf9d.tar.bz2 gentoo-b90b22c0626177721a22293f285e95a0d0a5cf9d.zip |
app-crypt/trousers: fix slot operators for libressl and openssl
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
Diffstat (limited to 'app-crypt/trousers')
-rw-r--r-- | app-crypt/trousers/trousers-0.3.14-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/trousers/trousers-0.3.14-r1.ebuild b/app-crypt/trousers/trousers-0.3.14-r1.ebuild index e852005fcd55..f876fe6973fe 100644 --- a/app-crypt/trousers/trousers-0.3.14-r1.ebuild +++ b/app-crypt/trousers/trousers-0.3.14-r1.ebuild @@ -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" |