summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-29 21:17:16 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-29 21:28:05 +0300
commit39d8d363398d85a269fe57130a0277001d0edeea (patch)
treefffd9e069016221bf4470fc1ec8f6172377ce948 /net-analyzer/nrpe
parentnet-irc/irssi: remove libressl support (diff)
downloadgentoo-39d8d363398d85a269fe57130a0277001d0edeea.tar.gz
gentoo-39d8d363398d85a269fe57130a0277001d0edeea.tar.bz2
gentoo-39d8d363398d85a269fe57130a0277001d0edeea.zip
net-analyzer/nrpe: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-analyzer/nrpe')
-rw-r--r--net-analyzer/nrpe/nrpe-4.0.0.ebuild9
-rw-r--r--net-analyzer/nrpe/nrpe-4.0.2.ebuild9
2 files changed, 6 insertions, 12 deletions
diff --git a/net-analyzer/nrpe/nrpe-4.0.0.ebuild b/net-analyzer/nrpe/nrpe-4.0.0.ebuild
index d1e218e2cd8a..e39d700be6fd 100644
--- a/net-analyzer/nrpe/nrpe-4.0.0.ebuild
+++ b/net-analyzer/nrpe/nrpe-4.0.0.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
@@ -11,15 +11,12 @@ SRC_URI="https://github.com/NagiosEnterprises/nrpe/releases/download/${P}/${P}.t
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc ppc64 sparc x86"
-IUSE="command-args libressl selinux ssl"
+IUSE="command-args selinux ssl"
DEPEND="acct-group/nagios
acct-user/nagios
sys-apps/tcp-wrappers
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )"
+ ssl? ( dev-libs/openssl:0= )"
RDEPEND="${DEPEND}
|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )
selinux? ( sec-policy/selinux-nagios )"
diff --git a/net-analyzer/nrpe/nrpe-4.0.2.ebuild b/net-analyzer/nrpe/nrpe-4.0.2.ebuild
index 73205353081b..750ad02c972e 100644
--- a/net-analyzer/nrpe/nrpe-4.0.2.ebuild
+++ b/net-analyzer/nrpe/nrpe-4.0.2.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
@@ -11,15 +11,12 @@ SRC_URI="https://github.com/NagiosEnterprises/nrpe/releases/download/${P}/${P}.t
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="command-args libressl selinux ssl"
+IUSE="command-args selinux ssl"
DEPEND="acct-group/nagios
acct-user/nagios
sys-apps/tcp-wrappers
- ssl? (
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- )"
+ ssl? ( dev-libs/openssl:0= )"
RDEPEND="${DEPEND}
|| ( net-analyzer/nagios-plugins net-analyzer/monitoring-plugins )
selinux? ( sec-policy/selinux-nagios )"