diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:01:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:03 +0100 |
commit | 626d39946df1afcfcdb5d6f7b8cf25eacc337099 (patch) | |
tree | 66227cb54ce012804ca83753680f284fed692f42 | |
parent | net-analyzer/nmap: Switch to PYTHON_MULTI_USEDEP API (diff) | |
download | gentoo-626d39946df1afcfcdb5d6f7b8cf25eacc337099.tar.gz gentoo-626d39946df1afcfcdb5d6f7b8cf25eacc337099.tar.bz2 gentoo-626d39946df1afcfcdb5d6f7b8cf25eacc337099.zip |
net-analyzer/suricata: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | net-analyzer/suricata/suricata-5.0.1-r1.ebuild (renamed from net-analyzer/suricata/suricata-5.0.1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/suricata/suricata-5.0.1.ebuild b/net-analyzer/suricata/suricata-5.0.1-r1.ebuild index d09d4b1a9847..e74f32fee51a 100644 --- a/net-analyzer/suricata/suricata-5.0.1.ebuild +++ b/net-analyzer/suricata/suricata-5.0.1-r1.ebuild @@ -31,7 +31,9 @@ CDEPEND="acct-group/suricata net-libs/libnfnetlink dev-libs/nspr dev-libs/nss - dev-python/pyyaml[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/pyyaml[${PYTHON_MULTI_USEDEP}] + ') >=net-libs/libhtp-0.5.32 net-libs/libpcap sys-apps/file |