diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2015-08-31 10:36:59 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2015-08-31 10:43:58 -0400 |
commit | adfb160304979740dcdf284ec05e4e18c0d8c854 (patch) | |
tree | 288b5402bf912d47989fb84c49a5a87ffe03c179 /net-analyzer/nagios-plugins | |
parent | kde-apps/kdiff3: add patch fixing build failure with kde-base/kdelibs-4.14.11 (diff) | |
download | gentoo-adfb160304979740dcdf284ec05e4e18c0d8c854.tar.gz gentoo-adfb160304979740dcdf284ec05e4e18c0d8c854.tar.bz2 gentoo-adfb160304979740dcdf284ec05e4e18c0d8c854.zip |
net-analyzer/nagios-plugins: revbump to add selinux support.
The plugins have their labels set by sec-policy/selinux-nagios, so
that has been added to RDEPEND (conditional on the new USE
flag). Thanks to Sven Vermeulen for the fix.
Bug: 554964
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/metadata.xml | 5 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-2.1.1-r1.ebuild (renamed from net-analyzer/nagios-plugins/nagios-plugins-2.1.1.ebuild) | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-analyzer/nagios-plugins/metadata.xml b/net-analyzer/nagios-plugins/metadata.xml index 924971afa063..89d2fa52c72e 100644 --- a/net-analyzer/nagios-plugins/metadata.xml +++ b/net-analyzer/nagios-plugins/metadata.xml @@ -11,6 +11,11 @@ <name>Chris Reffett</name> <description>Proxy maintainer. CC him on bugs.</description> </maintainer> + <maintainer> + <email>mjo@gentoo.org</email> + <name>Michael Orlitzky</name> + <description>Maintainer. CC him on bugs.</description> + </maintainer> <herd>proxy-maintainers</herd> <herd>sysadmin</herd> <use> 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 index eb1b93e6193c..f2d543f43c6d 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" |