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: 1521741507.c044b5eb998f2d3866b539f06cf3925e82bf8319.mgorny@gentoo
1 commit: c044b5eb998f2d3866b539f06cf3925e82bf8319
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Sat Mar 17 22:38:03 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 22 17:58:27 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c044b5eb
7
8 net-analyzer/sslsplit: explicit elibc_musl
9
10 net-analyzer/sslsplit/sslsplit-0.5.2.ebuild | 2 +-
11 net-analyzer/sslsplit/sslsplit-9999.ebuild | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
15 index ff66da2b26d..fbeb39924c7 100644
16 --- a/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
17 +++ b/net-analyzer/sslsplit/sslsplit-0.5.2.ebuild
18 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.roe.ch/SSLsplit"
19
20 LICENSE="BSD-2"
21 SLOT="0"
22 -IUSE="test"
23 +IUSE="elibc_musl test"
24
25 if [[ ${PV} == *9999 ]] ; then
26 inherit git-r3
27
28 diff --git a/net-analyzer/sslsplit/sslsplit-9999.ebuild b/net-analyzer/sslsplit/sslsplit-9999.ebuild
29 index db153fb2976..537d8ae9c54 100644
30 --- a/net-analyzer/sslsplit/sslsplit-9999.ebuild
31 +++ b/net-analyzer/sslsplit/sslsplit-9999.ebuild
32 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.roe.ch/SSLsplit"
33
34 LICENSE="BSD-2"
35 SLOT="0"
36 -IUSE="test"
37 +IUSE="elibc_musl test"
38
39 if [[ ${PV} == *9999 ]] ; then
40 inherit git-r3