From b9bc18da37faf92faad7bcb100c9b564388636c2 Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Fri, 30 Apr 2021 12:11:32 +0300 Subject: app-admin/gkrellm: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 7 +++---- app-admin/gkrellm/gkrellm-9999.ebuild | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'app-admin/gkrellm') diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild index 330be6e934f7..99c4bb7aaf3b 100644 --- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild +++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ else fi LICENSE="GPL-3" SLOT="2" -IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X" +IUSE="gnutls hddtemp lm-sensors nls ntlm ssl kernel_FreeBSD X" RDEPEND=" acct-group/gkrellmd @@ -28,8 +28,7 @@ RDEPEND=" ssl? ( gnutls? ( net-libs/gnutls ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) ) lm-sensors? ( sys-apps/lm-sensors:= ) diff --git a/app-admin/gkrellm/gkrellm-9999.ebuild b/app-admin/gkrellm/gkrellm-9999.ebuild index e757131b4748..01398103d527 100644 --- a/app-admin/gkrellm/gkrellm-9999.ebuild +++ b/app-admin/gkrellm/gkrellm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ else fi LICENSE="GPL-3" SLOT="2" -IUSE="gnutls hddtemp libressl lm-sensors nls ntlm ssl kernel_FreeBSD X" +IUSE="gnutls hddtemp lm-sensors nls ntlm ssl kernel_FreeBSD X" RDEPEND=" acct-group/gkrellmd @@ -28,8 +28,7 @@ RDEPEND=" ssl? ( gnutls? ( net-libs/gnutls ) !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) ) lm-sensors? ( sys-apps/lm-sensors:= ) -- cgit v1.2.3-18-g5258