From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FE55139337 for ; Tue, 27 Jul 2021 19:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD9B7E0837; Tue, 27 Jul 2021 19:57:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1CFBE0837 for ; Tue, 27 Jul 2021 19:57:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56DBC342ABC for ; Tue, 27 Jul 2021 19:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC39175F for ; Tue, 27 Jul 2021 19:57:11 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627415746.e8707d7059ccb328bf42fd85614b8d84a8852a90.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/otf2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/otf2/otf2-2.3-r1.ebuild X-VCS-Directories: sys-cluster/otf2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e8707d7059ccb328bf42fd85614b8d84a8852a90 X-VCS-Branch: dev Date: Tue, 27 Jul 2021 19:57:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d08e4df7-c07a-4e33-870d-750eaaf4c363 X-Archives-Hash: 0ab6fb7a16f40f7a8c3934960fe0b799 Message-ID: <20210727195711.0hZosVMA_cIY8WXCvxqFZf54GvYIvCrxCjP_KeXg73k@z> commit: e8707d7059ccb328bf42fd85614b8d84a8852a90 Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jul 27 19:55:46 2021 +0000 Commit: Andrew Ammerlaan gentoo 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 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[@]}" }