commit: e8707d7059ccb328bf42fd85614b8d84a8852a90
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 27 19:55:46 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Jul 27 19:55:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e8707d70
sys-cluster/otf2: fix indentation
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
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 35a693294..bfe7036fa 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[@]}"
}