Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/cudf/
Date: Fri, 21 Jan 2022 07:59:57
Message-Id: 1642751975.f688d786cc276b390cc4ab7a51a25ed009b240e3.tupone@gentoo
1 commit: f688d786cc276b390cc4ab7a51a25ed009b240e3
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 21 07:59:35 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 21 07:59:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f688d786
7
8 dev-ml/cudf: do not call ar directly
9
10 Closes: https://bugs.gentoo.org/748729
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/cudf/cudf-0.9-r2.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ml/cudf/cudf-0.9-r2.ebuild b/dev-ml/cudf/cudf-0.9-r2.ebuild
18 index dcde53347192..01a76010f2c7 100644
19 --- a/dev-ml/cudf/cudf-0.9-r2.ebuild
20 +++ b/dev-ml/cudf/cudf-0.9-r2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -43,6 +43,7 @@ src_prepare() {
28 Makefile || die
29 sed -i \
30 -e 's|-lncurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) -lunwind|g' \
31 + -e "s|ar r|$(tc-getAR) r|g" \
32 c-lib/Makefile || die
33 sed -i \
34 -e 's|-lcurses|$(shell ${PKG_CONFIG} --libs ncurses glib-2.0) -lunwind|g' \