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-office/grisbi/
Date: Sun, 02 May 2021 12:42:51
Message-Id: 1619959218.3593dc47dcd78cb847ce67cd8f3fc5bd93d73719.zlogene@gentoo
1 commit: 3593dc47dcd78cb847ce67cd8f3fc5bd93d73719
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:40:18 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:40:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3593dc47
7
8 app-office/grisbi: 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-office/grisbi/grisbi-1.2.2.ebuild | 6 ++----
14 1 file changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/app-office/grisbi/grisbi-1.2.2.ebuild b/app-office/grisbi/grisbi-1.2.2.ebuild
17 index 9efea841de6..92996dcd776 100644
18 --- a/app-office/grisbi/grisbi-1.2.2.ebuild
19 +++ b/app-office/grisbi/grisbi-1.2.2.ebuild
20 @@ -9,7 +9,7 @@ inherit gnome2
21 DESCRIPTION="Grisbi is a personal accounting application for Linux"
22 HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi"
23 SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/1.2.x/${P}.tar.bz2"
24 -IUSE="goffice libressl nls ofx ssl"
25 +IUSE="goffice nls ofx ssl"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 @@ -21,9 +21,7 @@ RDEPEND="
30 >=x11-libs/gtk+-3.20:3
31 x11-misc/xdg-utils
32 >=gnome-extra/libgsf-1.14
33 - ssl? (
34 - libressl? ( dev-libs/libressl:0= )
35 - !libressl? ( >=dev-libs/openssl-1.0.0:0= ) )
36 + ssl? ( >=dev-libs/openssl-1.0.0:0= )
37 ofx? ( >=dev-libs/libofx-0.9.0:= )
38 goffice? ( >=x11-libs/goffice-0.10.0 )
39 "