Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/trousers/
Date: Sat, 16 Feb 2019 18:19:09
Message-Id: 1550341122.b90b22c0626177721a22293f285e95a0d0a5cf9d.alonbl@gentoo
1 commit: b90b22c0626177721a22293f285e95a0d0a5cf9d
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 18:10:11 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 18:18:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b90b22c0
7
8 app-crypt/trousers: fix slot operators for libressl and openssl
9
10 Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
11 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13 Closes: https://github.com/gentoo/gentoo/pull/11066
14
15 app-crypt/trousers/trousers-0.3.14-r1.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/app-crypt/trousers/trousers-0.3.14-r1.ebuild b/app-crypt/trousers/trousers-0.3.14-r1.ebuild
19 index e852005fcd5..f876fe6973f 100644
20 --- a/app-crypt/trousers/trousers-0.3.14-r1.ebuild
21 +++ b/app-crypt/trousers/trousers-0.3.14-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 @@ -18,8 +18,8 @@ IUSE="doc libressl selinux" # gtk
29 # gtk? ( >=x11-libs/gtk+-2 )
30
31 DEPEND=">=dev-libs/glib-2
32 - !libressl? ( >=dev-libs/openssl-0.9.7:0 )
33 - libressl? ( dev-libs/libressl )"
34 + !libressl? ( >=dev-libs/openssl-0.9.7:0= )
35 + libressl? ( dev-libs/libressl:0= )"
36 RDEPEND="${DEPEND}
37 selinux? ( sec-policy/selinux-tcsd )"
38 BDEPEND="virtual/pkgconfig"