Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/pwsafe/
Date: Sun, 02 May 2021 19:55:49
Message-Id: 1619985255.f50a9a284d6e844a855648ad54352742a3b48518.zlogene@gentoo
1 commit: f50a9a284d6e844a855648ad54352742a3b48518
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 19:54:15 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 19:54:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50a9a28
7
8 app-misc/pwsafe: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
17 index eac49c89f1d..ae32ba74d73 100644
18 --- a/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
19 +++ b/app-misc/pwsafe/pwsafe-0.2.0-r5.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,11 +11,10 @@ LICENSE="GPL-2"
27 SLOT="0"
28 KEYWORDS="amd64 x86"
29
30 -IUSE="X libressl readline"
31 +IUSE="X readline"
32
33 DEPEND="sys-libs/ncurses:0=
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=
37 readline? ( sys-libs/readline:0= )
38 X? (
39 x11-libs/libSM