commit:     2386eb3801cb0ea091a58de777d5c8ce03234d61
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Tue Mar 20 21:32:16 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 17:58:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2386eb38

net-analyzer/sslsplit: fix an error in network-sandboxed test

Closes: https://bugs.gentoo.org/650998
Closes: https://github.com/gentoo/gentoo/pull/7528
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 1 +
 net-analyzer/sslsplit/sslsplit-9999.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild 
b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
index fbeb39924c7..0257c885324 100644
--- a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
+++ b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
@@ -35,6 +35,7 @@ src_prepare() {
 
        sed -i 's/-D_FORTIFY_SOURCE=2 //g' GNUmakefile || die
        sed -i 's/\<FEATURES\>/SSLSPLIT_FEATURES/g' GNUmakefile version.c || die
+       sed -i '/opts_suite/d' main.t.c || die
 }
 
 src_install() {

diff --git a/net-analyzer/sslsplit/sslsplit-9999.ebuild 
b/net-analyzer/sslsplit/sslsplit-9999.ebuild
index 537d8ae9c54..c501c1e3acd 100644
--- a/net-analyzer/sslsplit/sslsplit-9999.ebuild
+++ b/net-analyzer/sslsplit/sslsplit-9999.ebuild
@@ -35,6 +35,7 @@ src_prepare() {
 
        sed -i 's/-D_FORTIFY_SOURCE=2 //g' GNUmakefile || die
        sed -i 's/\<FEATURES\>/SSLSPLIT_FEATURES/g' GNUmakefile build.c || die
+       sed -i '/opts_suite/d' main.t.c || die
 }
 
 src_install() {

Reply via email to