diff options
author | Sam James <sam@gentoo.org> | 2021-04-03 20:20:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 20:52:57 +0100 |
commit | 3859b4a949038ff5d333dc68b1d2c49b11cefffe (patch) | |
tree | 6105cd4ec04ba4685114aefafefd1e521109fa28 /net-analyzer | |
parent | net-analyzer/ifstatus: eutils--, tidy up (diff) | |
download | gentoo-3859b4a949038ff5d333dc68b1d2c49b11cefffe.tar.gz gentoo-3859b4a949038ff5d333dc68b1d2c49b11cefffe.tar.bz2 gentoo-3859b4a949038ff5d333dc68b1d2c49b11cefffe.zip |
net-analyzer/suricata: flag-o-matic--, missing die
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/suricata/suricata-5.0.6.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/suricata/suricata-6.0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/suricata/suricata-5.0.6.ebuild b/net-analyzer/suricata/suricata-5.0.6.ebuild index b3efab9fb841..46d1458df40e 100644 --- a/net-analyzer/suricata/suricata-5.0.6.ebuild +++ b/net-analyzer/suricata/suricata-5.0.6.ebuild @@ -6,7 +6,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 luajit ) PYTHON_COMPAT=( python3_{7..9} ) -inherit autotools flag-o-matic linux-info lua-single python-single-r1 systemd tmpfiles +inherit autotools linux-info lua-single python-single-r1 systemd tmpfiles DESCRIPTION="High performance Network IDS, IPS and Network Security Monitoring engine" HOMEPAGE="https://suricata-ids.org/" @@ -121,7 +121,7 @@ src_install() { python_optimize if use bpf; then - rm -f ebpf/Makefile.{am,in} + rm -f ebpf/Makefile.{am,in} || die dodoc -r ebpf/ keepdir /usr/libexec/suricata/ebpf fi diff --git a/net-analyzer/suricata/suricata-6.0.2.ebuild b/net-analyzer/suricata/suricata-6.0.2.ebuild index 18b52aaae039..7171dc94415d 100644 --- a/net-analyzer/suricata/suricata-6.0.2.ebuild +++ b/net-analyzer/suricata/suricata-6.0.2.ebuild @@ -6,7 +6,7 @@ EAPI=7 LUA_COMPAT=( lua5-1 luajit ) PYTHON_COMPAT=( python3_{7..9} ) -inherit autotools flag-o-matic linux-info lua-single python-single-r1 systemd tmpfiles +inherit autotools linux-info lua-single python-single-r1 systemd tmpfiles DESCRIPTION="High performance Network IDS, IPS and Network Security Monitoring engine" HOMEPAGE="https://suricata-ids.org/" @@ -121,7 +121,7 @@ src_install() { python_optimize if use bpf; then - rm -f ebpf/Makefile.{am,in} + rm -f ebpf/Makefile.{am,in} || die dodoc -r ebpf/ keepdir /usr/libexec/suricata/ebpf fi |