Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/libi/
Date: Thu, 31 Mar 2022 13:27:42
Message-Id: 1648733254.30d294a03028ef678a33e3f96a74477dd09a0d9b.Alessandro-Barbieri@gentoo
1 commit: 30d294a03028ef678a33e3f96a74477dd09a0d9b
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 31 13:05:44 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 31 13:27:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30d294a0
7
8 sys-cluster/libi: export AR
9
10 Closes: https://bugs.gentoo.org/806260
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 sys-cluster/libi/libi-5.0.1_p20180510.ebuild | 6 +++++-
14 1 file changed, 5 insertions(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/libi/libi-5.0.1_p20180510.ebuild b/sys-cluster/libi/libi-5.0.1_p20180510.ebuild
17 index 5dd1063ba..994f2cf4d 100644
18 --- a/sys-cluster/libi/libi-5.0.1_p20180510.ebuild
19 +++ b/sys-cluster/libi/libi-5.0.1_p20180510.ebuild
20 @@ -1,8 +1,10 @@
21 -# Copyright 2019-2021 Gentoo Authors
22 +# Copyright 2019-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26
27 +inherit toolchain-funcs
28 +
29 COMMIT="7375ba5bb0df87c68e58ad15e9e5e351ae020c08"
30
31 DESCRIPTION="A framework for bootstrapping extreme scale software systems"
32 @@ -31,6 +33,8 @@ PATCHES=(
33 )
34
35 src_configure() {
36 + tc-export AR
37 +
38 local myconf=(
39 --enable-shared
40 --with-launchmon="${EPREFIX}/usr"