diff options
Diffstat (limited to 'app-admin/gkrellm')
-rw-r--r-- | app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 7 | ||||
-rw-r--r-- | app-admin/gkrellm/gkrellm-9999.ebuild | 7 |
2 files changed, 6 insertions, 8 deletions
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:= ) |