sys-cluster/otf2: fix indentation

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-07-27 21:55:46 +02:00
parent ea5cc50995
commit e8707d7059

View File

@@ -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[@]}"
}