commit:     30d294a03028ef678a33e3f96a74477dd09a0d9b
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 31 13:05:44 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 31 13:27:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30d294a0

sys-cluster/libi: export AR

Closes: https://bugs.gentoo.org/806260
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 sys-cluster/libi/libi-5.0.1_p20180510.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/sys-cluster/libi/libi-5.0.1_p20180510.ebuild 
b/sys-cluster/libi/libi-5.0.1_p20180510.ebuild
index 5dd1063ba..994f2cf4d 100644
--- a/sys-cluster/libi/libi-5.0.1_p20180510.ebuild
+++ b/sys-cluster/libi/libi-5.0.1_p20180510.ebuild
@@ -1,8 +1,10 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
+inherit toolchain-funcs
+
 COMMIT="7375ba5bb0df87c68e58ad15e9e5e351ae020c08"
 
 DESCRIPTION="A framework for bootstrapping extreme scale software systems"
@@ -31,6 +33,8 @@ PATCHES=(
 )
 
 src_configure() {
+       tc-export AR
+
        local myconf=(
                --enable-shared
                --with-launchmon="${EPREFIX}/usr"

Reply via email to