summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild')
-rw-r--r--net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild
index 71a334434d72..2ab311c932b6 100644
--- a/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild
+++ b/net-analyzer/nagios-plugins/nagios-plugins-2.3.3.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://nagios-plugins.org/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ipv6 ldap libressl mysql nagios-dns nagios-ping nagios-game postgres radius samba selinux snmp ssh +ssl"
+IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres radius samba selinux snmp ssh +ssl"
# Most of the plugins use automagic dependencies, i.e. the plugin will
# get built if the binary it uses is installed. For example, check_snmp
@@ -35,8 +35,7 @@ DEPEND="
mysql? ( dev-db/mysql-connector-c )
postgres? ( dev-db/postgresql:* )
ssl? (
- !libressl? ( dev-libs/openssl:0 )
- libressl? ( dev-libs/libressl )
+ dev-libs/openssl:0
)
radius? ( net-dialup/freeradius-client )"