diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2023-08-24 00:47:22 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2023-08-24 00:47:42 +0200 |
commit | ca70fbee41969352b6340aa69e883c48aa9f9bdd (patch) | |
tree | b68310cb1419c2c2350b61ce1b4b2994488255b1 /net-analyzer/zabbix/zabbix-5.0.36.ebuild | |
parent | sys-libs/glibc: drop 2.38 (diff) | |
download | gentoo-ca70fbee41969352b6340aa69e883c48aa9f9bdd.tar.gz gentoo-ca70fbee41969352b6340aa69e883c48aa9f9bdd.tar.bz2 gentoo-ca70fbee41969352b6340aa69e883c48aa9f9bdd.zip |
net-analyzer/zabbix: fixed REQUIRED_USE syntax
Bug: https://bugs.gentoo.org/909362
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'net-analyzer/zabbix/zabbix-5.0.36.ebuild')
-rw-r--r-- | net-analyzer/zabbix/zabbix-5.0.36.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/zabbix/zabbix-5.0.36.ebuild b/net-analyzer/zabbix/zabbix-5.0.36.ebuild index cc4546e6cb45..391cccd87bd4 100644 --- a/net-analyzer/zabbix/zabbix-5.0.36.ebuild +++ b/net-analyzer/zabbix/zabbix-5.0.36.ebuild @@ -28,7 +28,7 @@ KEYWORDS="~amd64 ~x86" IUSE="+agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc openipmi +openssl oracle +postgres proxy selinux server snmp sqlite ssh static" REQUIRED_USE="|| ( agent agent2 frontend proxy server ) ?? ( gnutls openssl ) - agent2 ( !gnutls ) + agent2? ( !gnutls ) proxy? ( ^^ ( mysql oracle postgres sqlite ) ) server? ( ^^ ( mysql oracle postgres ) !sqlite ) static? ( !oracle !snmp )" |