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-admin/gkrellm/
Date: Fri, 30 Apr 2021 09:17:47
Message-Id: 1619774258.b9bc18da37faf92faad7bcb100c9b564388636c2.zlogene@gentoo
1 commit: b9bc18da37faf92faad7bcb100c9b564388636c2
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 09:11:32 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 09:17:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bc18da
7
8 app-admin/gkrellm: 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-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 7 +++----
14 app-admin/gkrellm/gkrellm-9999.ebuild | 7 +++----
15 2 files changed, 6 insertions(+), 8 deletions(-)
16
17 diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
18 index 330be6e934f..99c4bb7aaf3 100644
19 --- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
20 +++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -18,7 +18,7 @@ else
28 fi
29 LICENSE="GPL-3"
30 SLOT="2"
31 -IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
32 +IUSE="gnutls hddtemp lm-sensors nls ntlm ssl kernel_FreeBSD X"
33
34 RDEPEND="
35 acct-group/gkrellmd
36 @@ -28,8 +28,7 @@ RDEPEND="
37 ssl? (
38 gnutls? ( net-libs/gnutls )
39 !gnutls? (
40 - !libressl? ( dev-libs/openssl:0= )
41 - libressl? ( dev-libs/libressl:0= )
42 + dev-libs/openssl:0=
43 )
44 )
45 lm-sensors? ( sys-apps/lm-sensors:= )
46
47 diff --git a/app-admin/gkrellm/gkrellm-9999.ebuild b/app-admin/gkrellm/gkrellm-9999.ebuild
48 index e757131b474..01398103d52 100644
49 --- a/app-admin/gkrellm/gkrellm-9999.ebuild
50 +++ b/app-admin/gkrellm/gkrellm-9999.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57 @@ -18,7 +18,7 @@ else
58 fi
59 LICENSE="GPL-3"
60 SLOT="2"
61 -IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X"
62 +IUSE="gnutls hddtemp lm-sensors nls ntlm ssl kernel_FreeBSD X"
63
64 RDEPEND="
65 acct-group/gkrellmd
66 @@ -28,8 +28,7 @@ RDEPEND="
67 ssl? (
68 gnutls? ( net-libs/gnutls )
69 !gnutls? (
70 - !libressl? ( dev-libs/openssl:0= )
71 - libressl? ( dev-libs/libressl:0= )
72 + dev-libs/openssl:0=
73 )
74 )
75 lm-sensors? ( sys-apps/lm-sensors:= )