summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2019-03-12 12:14:03 -0400
committerRick Farina <zerochaos@gentoo.org>2019-03-12 12:14:21 -0400
commit02f735332ac8ffa0b5a86319e44b270b38717a4e (patch)
tree0bc24115be1866a6c0646f3c62278a6af27fd2b8 /net-analyzer/httping/httping-2.5.ebuild
parentnet-fs/mc: Drop old (diff)
downloadgentoo-02f735332ac8ffa0b5a86319e44b270b38717a4e.tar.gz
gentoo-02f735332ac8ffa0b5a86319e44b270b38717a4e.tar.bz2
gentoo-02f735332ac8ffa0b5a86319e44b270b38717a4e.zip
net-analyzer/httping: enable tfo by default
free, no reason not to Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-analyzer/httping/httping-2.5.ebuild')
-rw-r--r--net-analyzer/httping/httping-2.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/httping/httping-2.5.ebuild b/net-analyzer/httping/httping-2.5.ebuild
index 646d60b84450..27dc3f021f52 100644
--- a/net-analyzer/httping/httping-2.5.ebuild
+++ b/net-analyzer/httping/httping-2.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ~mips ~ppc ppc64 ~sparc x86"
-IUSE="debug fftw libressl l10n_nl ncurses ssl tfo"
+IUSE="debug fftw libressl l10n_nl ncurses ssl +tfo"
RDEPEND="
fftw? ( sci-libs/fftw:3.0 )