Gentoo Archives: gentoo-commits

From: Rick Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/httping/
Date: Tue, 12 Mar 2019 16:14:31
Message-Id: 1552407261.02f735332ac8ffa0b5a86319e44b270b38717a4e.zerochaos@gentoo
1 commit: 02f735332ac8ffa0b5a86319e44b270b38717a4e
2 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 16:14:03 2019 +0000
4 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 16:14:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f73533
7
8 net-analyzer/httping: enable tfo by default
9
10 free, no reason not to
11
12 Package-Manager: Portage-2.3.62, Repoman-2.3.12
13 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
14
15 net-analyzer/httping/httping-2.5.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-analyzer/httping/httping-2.5.ebuild b/net-analyzer/httping/httping-2.5.ebuild
19 index 646d60b8445..27dc3f021f5 100644
20 --- a/net-analyzer/httping/httping-2.5.ebuild
21 +++ b/net-analyzer/httping/httping-2.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -11,7 +11,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"
29 LICENSE="GPL-2"
30 SLOT="0"
31 KEYWORDS="amd64 hppa ~mips ~ppc ppc64 ~sparc x86"
32 -IUSE="debug fftw libressl l10n_nl ncurses ssl tfo"
33 +IUSE="debug fftw libressl l10n_nl ncurses ssl +tfo"
34
35 RDEPEND="
36 fftw? ( sci-libs/fftw:3.0 )