Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/gwenhywfar/
Date: Sun, 02 May 2021 12:37:12
Message-Id: 1619958816.1b86ec86281ce8a2999e32ed257b62f03f6e5434.zlogene@gentoo
1 commit: 1b86ec86281ce8a2999e32ed257b62f03f6e5434
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 12:33:36 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 12:33:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b86ec86
7
8 sys-libs/gwenhywfar: 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 sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild b/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild
17 index 6b3526e8dbc..7a39fab6094 100644
18 --- a/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.ebuild
19 +++ b/sys-libs/gwenhywfar/gwenhywfar-5.4.1-r1.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 @@ -13,7 +13,7 @@ SRC_URI="https://www.aquamaniac.de/rdm/attachments/download/344/${MY_P}.tar.gz"
27 LICENSE="LGPL-2.1"
28 SLOT="0/79" # correspond with libgwenhywfar.so version
29 KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
30 -IUSE="debug doc gtk libressl qt5 test"
31 +IUSE="debug doc gtk qt5 test"
32
33 BDEPEND="
34 sys-devel/gettext
35 @@ -24,8 +24,7 @@ DEPEND="
36 dev-libs/libgcrypt:0=
37 dev-libs/libgpg-error
38 dev-libs/libxml2:2
39 - libressl? ( dev-libs/libressl:0= )
40 - !libressl? ( dev-libs/openssl:0= )
41 + dev-libs/openssl:0=
42 net-libs/gnutls:=
43 virtual/libiconv
44 virtual/libintl