Skip to content

Commit

Permalink
app-office/grisbi: remove libressl support
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <[email protected]>
  • Loading branch information
Zlogene committed May 2, 2021
1 parent 14cb76c commit 3593dc4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app-office/grisbi/grisbi-1.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inherit gnome2
DESCRIPTION="Grisbi is a personal accounting application for Linux"
HOMEPAGE="http://www.grisbi.org https://github.com/grisbi/grisbi"
SRC_URI="mirror://sourceforge/${PN}/grisbi%20stable/1.2.x/${P}.tar.bz2"
IUSE="goffice libressl nls ofx ssl"
IUSE="goffice nls ofx ssl"

LICENSE="GPL-2"
SLOT="0"
Expand All @@ -21,9 +21,7 @@ RDEPEND="
>=x11-libs/gtk+-3.20:3
x11-misc/xdg-utils
>=gnome-extra/libgsf-1.14
ssl? (
libressl? ( dev-libs/libressl:0= )
!libressl? ( >=dev-libs/openssl-1.0.0:0= ) )
ssl? ( >=dev-libs/openssl-1.0.0:0= )
ofx? ( >=dev-libs/libofx-0.9.0:= )
goffice? ( >=x11-libs/goffice-0.10.0 )
"
Expand Down

0 comments on commit 3593dc4

Please sign in to comment.