Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/sslsplit/
Date: Mon, 03 Jan 2022 23:26:52
Message-Id: 1641252374.667b40c22c8925d103c36b103c02618d93eae30d.soap@gentoo
1 commit: 667b40c22c8925d103c36b103c02618d93eae30d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 23:26:14 2022 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 23:26:14 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=667b40c2
7
8 net-analyzer/sslsplit: remove implicit elibc_* flags
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-analyzer/sslsplit/sslsplit-0.5.4.ebuild | 4 ++--
13 net-analyzer/sslsplit/sslsplit-0.5.5.ebuild | 4 ++--
14 net-analyzer/sslsplit/sslsplit-9999.ebuild | 4 ++--
15 3 files changed, 6 insertions(+), 6 deletions(-)
16
17 diff --git a/net-analyzer/sslsplit/sslsplit-0.5.4.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.4.ebuild
18 index f75310908600..db089dcd713e 100644
19 --- a/net-analyzer/sslsplit/sslsplit-0.5.4.ebuild
20 +++ b/net-analyzer/sslsplit/sslsplit-0.5.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.roe.ch/SSLsplit"
28
29 LICENSE="BSD-2"
30 SLOT="0"
31 -IUSE="elibc_musl test"
32 +IUSE="test"
33 RESTRICT="!test? ( test )"
34
35 if [[ ${PV} == *9999 ]] ; then
36
37 diff --git a/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild b/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild
38 index 355f76bc4381..c6f530a49947 100644
39 --- a/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild
40 +++ b/net-analyzer/sslsplit/sslsplit-0.5.5.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2020 Gentoo Authors
43 +# Copyright 1999-2022 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.roe.ch/SSLsplit"
48
49 LICENSE="BSD-2"
50 SLOT="0"
51 -IUSE="elibc_musl test"
52 +IUSE="test"
53 RESTRICT="!test? ( test )"
54
55 if [[ ${PV} == *9999 ]] ; then
56
57 diff --git a/net-analyzer/sslsplit/sslsplit-9999.ebuild b/net-analyzer/sslsplit/sslsplit-9999.ebuild
58 index 355f76bc4381..c6f530a49947 100644
59 --- a/net-analyzer/sslsplit/sslsplit-9999.ebuild
60 +++ b/net-analyzer/sslsplit/sslsplit-9999.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2020 Gentoo Authors
63 +# Copyright 1999-2022 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=7
67 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.roe.ch/SSLsplit"
68
69 LICENSE="BSD-2"
70 SLOT="0"
71 -IUSE="elibc_musl test"
72 +IUSE="test"
73 RESTRICT="!test? ( test )"
74
75 if [[ ${PV} == *9999 ]] ; then