From c328686a3c43fc157d226e75e2778507871a4300 Mon Sep 17 00:00:00 2001 From: Johannes Huber Date: Mon, 7 May 2018 21:34:59 +0200 Subject: x11-wm/i3-gaps: Indent src configure Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- x11-wm/i3-gaps/i3-gaps-4.15.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/x11-wm/i3-gaps/i3-gaps-4.15.ebuild b/x11-wm/i3-gaps/i3-gaps-4.15.ebuild index 5cfe26b..20e9176 100644 --- a/x11-wm/i3-gaps/i3-gaps-4.15.ebuild +++ b/x11-wm/i3-gaps/i3-gaps-4.15.ebuild @@ -57,7 +57,11 @@ src_prepare() { } src_configure() { - local myeconfargs=( --enable-debug=no --disable-sanitizers ) # otherwise injects -O0 -g + # disable sanitizer: otherwise injects -O0 -g + local myeconfargs=( + --enable-debug=no + --disable-sanitizers + ) econf "${myeconfargs[@]}" } -- cgit v1.2.3-65-gdbad