From 1a3355bb67d7daafdc7e174dd89731ff7ae3d34d Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Mon, 7 Oct 2019 18:53:38 +0000 Subject: [PATCH] net-mgmt/nrpe3: Allow using libressl Apparently, nrpe3 works with libressl if the configuration is changed slightly, so remove BROKEN. This reverts r511634. PR: 240396 --- net-mgmt/nrpe3/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-mgmt/nrpe3/Makefile b/net-mgmt/nrpe3/Makefile index b25acf9d2e7b..d63d8ff74f61 100644 --- a/net-mgmt/nrpe3/Makefile +++ b/net-mgmt/nrpe3/Makefile @@ -13,9 +13,6 @@ COMMENT?= Nagios Remote Plugin Executor LICENSE= GPLv2 -BROKEN_SSL= libressl libressl-devel -BROKEN_SSL_REASON= nrpe3 does not work with libressl - USE_GITHUB= yes GH_ACCOUNT= NagiosEnterprises