Current ebuild for net-analyzer/monitoring-plugins is missing support for check_radius plugin to be build. Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a4f9177b1a1e4b2c80999baade54480b904d4f6 commit 3a4f9177b1a1e4b2c80999baade54480b904d4f6 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2017-10-22 19:26:03 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2017-10-22 19:55:38 +0000 net-analyzer/monitoring-plugins: new revision adding radius support. The monitoring-plugins build system has automagic support for radius that can be disabled via the --without-radius flag. Doing so allows (or prevents) the check_radius plugin from being built. This new revision adds "radius" to IUSE for monitoring-plugins, and builds check_radius (and pulls in its dependencies) only with USE=radius. Thanks to Martin Samek who noticed the missing flag. Closes: https://bugs.gentoo.org/634582 Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../monitoring-plugins-2.2-r1.ebuild | 102 +++++++++++++++++++++ 1 file changed, 102 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e5aa05dd7ec9c5e832c067ab4dadd5778ea464 commit 49e5aa05dd7ec9c5e832c067ab4dadd5778ea464 Author: Michael Orlitzky <mjo@gentoo.org> AuthorDate: 2017-10-22 19:21:33 +0000 Commit: Michael Orlitzky <mjo@gentoo.org> CommitDate: 2017-10-22 19:55:38 +0000 net-analyzer/nagios-plugins: new revision adding radius support. The nagios-plugins build system has automagic support for radius that can be disabled via the --without-radius flag. Doing so allows (or prevents) the check_radius plugin from being built. This new revision adds "radius" to IUSE for nagios-plugins, and builds check_radius (and pulls in its dependencies) only when USE=radius is set. Thanks to Martin Samek who noticed the missing flag. Bug: https://bugs.gentoo.org/634582 Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../nagios-plugins/nagios-plugins-2.2.1-r1.ebuild | 116 +++++++++++++++++++++ 1 file changed, 116 insertions(+)}