summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-22 08:10:16 +0000
committerSam James <sam@gentoo.org>2021-03-22 08:10:16 +0000
commitc373f923729cd1ab62d5e369b2d86afa1a3cf41b (patch)
treed971d390bdd2260cb460b6968df850e3a10a47a0 /net-analyzer/httping
parentnet-analyzer/httping: drop USE=libressl support (diff)
downloadgentoo-c373f923729cd1ab62d5e369b2d86afa1a3cf41b.tar.gz
gentoo-c373f923729cd1ab62d5e369b2d86afa1a3cf41b.tar.bz2
gentoo-c373f923729cd1ab62d5e369b2d86afa1a3cf41b.zip
net-analyzer/httping: fix WhitespaceFound
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r--net-analyzer/httping/httping-9999999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/httping/httping-9999999.ebuild b/net-analyzer/httping/httping-9999999.ebuild
index 15f79d85a732..c3e262a43ac8 100644
--- a/net-analyzer/httping/httping-9999999.ebuild
+++ b/net-analyzer/httping/httping-9999999.ebuild
@@ -51,7 +51,7 @@ src_configure() {
# bug #731950
sed -i -e "s/-lncursesw/${ncurses_flags}/" Makefile || die
append-ldflags "${ncurses_flags}"
- fi
+ fi
}
src_compile() {