Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/suricata/
Date: Tue, 01 Nov 2022 00:36:45
Message-Id: 1667262990.ccd5c182f09cb41b255b1c1ba6c2226e6158de5e.marecki@gentoo
1 commit: ccd5c182f09cb41b255b1c1ba6c2226e6158de5e
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 00:27:56 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 00:36:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd5c182
7
8 net-analyzer/suricata: fix shebangs in installed Python scripts
9
10 Closes: https://bugs.gentoo.org/878855
11 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
12
13 net-analyzer/suricata/suricata-6.0.8.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/net-analyzer/suricata/suricata-6.0.8.ebuild b/net-analyzer/suricata/suricata-6.0.8.ebuild
17 index 5176b2844776..9b39a338afc0 100644
18 --- a/net-analyzer/suricata/suricata-6.0.8.ebuild
19 +++ b/net-analyzer/suricata/suricata-6.0.8.ebuild
20 @@ -128,6 +128,8 @@ src_configure() {
21 src_install() {
22 emake DESTDIR="${D}" install
23 python_optimize
24 + # Bug #878855
25 + python_fix_shebang "${ED}"/usr/bin/
26
27 if use bpf; then
28 rm -f ebpf/Makefile.{am,in} || die