From e8707d7059ccb328bf42fd85614b8d84a8852a90 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 27 Jul 2021 21:55:46 +0200 Subject: [PATCH] sys-cluster/otf2: fix indentation Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- sys-cluster/otf2/otf2-2.3-r1.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-cluster/otf2/otf2-2.3-r1.ebuild b/sys-cluster/otf2/otf2-2.3-r1.ebuild index 35a693294e..bfe7036fa0 100644 --- a/sys-cluster/otf2/otf2-2.3-r1.ebuild +++ b/sys-cluster/otf2/otf2-2.3-r1.ebuild @@ -38,12 +38,12 @@ src_configure() { $(use_enable debug) ) - if use sionlib; then - myconf+=( "--with-sionlib=${EPREFIX}/usr" ) - myconf+=( "--with-sionlib-headers=${EPREFIX}/usr/include/sionlibl" ) + if use sionlib; then + myconf+=( "--with-sionlib=${EPREFIX}/usr" ) + myconf+=( "--with-sionlib-headers=${EPREFIX}/usr/include/sionlibl" ) else - myconf+=( "--without-sionlib" ) - fi + myconf+=( "--without-sionlib" ) + fi econf "${myconf[@]}" }