net-analyzer/check_mk: [QA] Add missing python metadata variables

Package-Manager: Portage-2.3.5, Repoman-2.3.2
This commit is contained in:
David Seifert
2017-04-23 12:46:27 +02:00
parent fde06b0413
commit 1eb065b16a
2 changed files with 6 additions and 2 deletions

View File

@@ -19,7 +19,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="agent-only apache_status dmi_sysinfo livestatus logwatch mysql
nfsexports oracle postgres smart wato xinetd zypper"
DEPEND="wato? ( app-admin/sudo )
DEPEND="${PYTHON_DEPS}
wato? ( app-admin/sudo )
xinetd? ( sys-apps/xinetd )
!agent-only? ( || ( net-analyzer/nagios-core net-analyzer/icinga ) )
!agent-only? ( www-servers/apache www-apache/mod_python )
@@ -28,6 +29,7 @@ DEPEND="wato? ( app-admin/sudo )
RDEPEND="${DEPEND}"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
livestatus? ( !agent-only )
wato? ( !agent-only )"

View File

@@ -19,7 +19,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="agent-only apache_status livestatus logwatch mysql +nagios4
nfsexports oracle postgres smart wato xinetd zypper"
RDEPEND="wato? ( app-admin/sudo )
RDEPEND="${PYTHON_DEPS}
wato? ( app-admin/sudo )
xinetd? ( || ( sys-apps/xinetd sys-apps/systemd ) )
!agent-only? (
www-servers/apache[apache2_modules_access_compat(+)]
@@ -33,6 +34,7 @@ RDEPEND="wato? ( app-admin/sudo )
DEPEND="${DEPEND}"
REQUIRED_USE="
${PYTHON_REQUIRED_USE}
livestatus? ( !agent-only )
wato? ( !agent-only )"