commit:     f688d786cc276b390cc4ab7a51a25ed009b240e3
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 07:59:35 2022 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 07:59:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f688d786

dev-ml/cudf: do not call ar directly

Closes: https://bugs.gentoo.org/748729
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/cudf/cudf-0.9-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/cudf/cudf-0.9-r2.ebuild b/dev-ml/cudf/cudf-0.9-r2.ebuild
index dcde53347192..01a76010f2c7 100644
--- a/dev-ml/cudf/cudf-0.9-r2.ebuild
+++ b/dev-ml/cudf/cudf-0.9-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -43,6 +43,7 @@ src_prepare() {
                Makefile || die
        sed -i \
                -e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) 
-lunwind|g' \
+               -e "s|ar r|$(tc-getAR) r|g" \
                c-lib/Makefile || die
        sed -i \
                -e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) 
-lunwind|g' \

Reply via email to