diff --git a/net-analyzer/nagios-plugins/metadata.xml b/net-analyzer/nagios-plugins/metadata.xml index 924971afa0637..89d2fa52c72e9 100644 --- a/net-analyzer/nagios-plugins/metadata.xml +++ b/net-analyzer/nagios-plugins/metadata.xml @@ -11,6 +11,11 @@ Chris Reffett Proxy maintainer. CC him on bugs. + + mjo@gentoo.org + Michael Orlitzky + Maintainer. CC him on bugs. + proxy-maintainers sysadmin diff --git a/net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild similarity index 96% rename from net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild rename to net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild index eb1b93e6193ce..f2d543f43c6dd 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild @@ -13,7 +13,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 mysql nagios-dns nagios-ping nagios-game postgres samba snmp ssh +ssl" +IUSE="ipv6 ldap mysql nagios-dns nagios-ping nagios-game postgres 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 @@ -41,7 +41,8 @@ DEPEND="${REAL_DEPEND} # Basically everything collides with nagios-plugins. RDEPEND="${DEPEND} - !net-analyzer/monitoring-plugins" + !net-analyzer/monitoring-plugins + selinux? ( sec-policy/selinux-nagios )" # At least one test is interactive. RESTRICT="test"