Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslsplit/
Date: Thu, 22 Mar 2018 17:58:37
Message-Id: 1521741508.2386eb3801cb0ea091a58de777d5c8ce03234d61.mgorny@gentoo
1 commit: 2386eb3801cb0ea091a58de777d5c8ce03234d61
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Tue Mar 20 21:32:16 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 17:58:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2386eb38
7
8 net-analyzer/sslsplit: fix an error in network-sandboxed test
9
10 Closes: https://bugs.gentoo.org/650998
11 Closes: https://github.com/gentoo/gentoo/pull/7528
12 Package-Manager: Portage-2.3.24, Repoman-2.3.6
13
14 net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 1 +
15 net-analyzer/sslsplit/sslsplit-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
19 index fbeb39924c7..0257c885324 100644
20 --- a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
21 +++ b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
22 @@ -35,6 +35,7 @@ src_prepare() {
23
24 sed -i 's/-D_FORTIFY_SOURCE=2 //g' GNUmakefile || die
25 sed -i 's/\<FEATURES\>/SSLSPLIT_FEATURES/g' GNUmakefile version.c || die
26 + sed -i '/opts_suite/d' main.t.c || die
27 }
28
29 src_install() {
30
31 diff --git a/net-analyzer/sslsplit/sslsplit-9999.ebuild b/net-analyzer/sslsplit/sslsplit-9999.ebuild
32 index 537d8ae9c54..c501c1e3acd 100644
33 --- a/net-analyzer/sslsplit/sslsplit-9999.ebuild
34 +++ b/net-analyzer/sslsplit/sslsplit-9999.ebuild
35 @@ -35,6 +35,7 @@ src_prepare() {
36
37 sed -i 's/-D_FORTIFY_SOURCE=2 //g' GNUmakefile || die
38 sed -i 's/\<FEATURES\>/SSLSPLIT_FEATURES/g' GNUmakefile build.c || die
39 + sed -i '/opts_suite/d' main.t.c || die
40 }
41
42 src_install() {