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 EA4F21382C5 for ; Sat, 6 Feb 2021 19:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1943AE0823; Sat, 6 Feb 2021 19:51:44 +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 F0538E0823 for ; Sat, 6 Feb 2021 19:51:43 +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 850AA343546 for ; Sat, 6 Feb 2021 19:51:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E67784C for ; Sat, 6 Feb 2021 19:51:40 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1612640958.a6a4ead784a804ea6e231b0536c12f6672130a6c.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libspnav/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libspnav/libspnav-0.2.3-r1.ebuild dev-libs/libspnav/libspnav-0.2.3.ebuild X-VCS-Directories: dev-libs/libspnav/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: a6a4ead784a804ea6e231b0536c12f6672130a6c X-VCS-Branch: master Date: Sat, 6 Feb 2021 19:51:40 +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: 39ab239b-a9cd-4ff9-844a-52645e33c103 X-Archives-Hash: 8f51e23fa4d5f991be23fea3c9bc7d65 commit: a6a4ead784a804ea6e231b0536c12f6672130a6c Author: Sebastian Pipping gentoo org> AuthorDate: Sat Feb 6 19:49:18 2021 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Feb 6 19:49:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a4ead7 dev-libs/libspnav: Respect variable AR Closes: https://bugs.gentoo.org/723034 Signed-off-by: Sebastian Pipping gentoo.org> Package-Manager: Portage-3.0.14, Repoman-3.0.2 dev-libs/libspnav/libspnav-0.2.3-r1.ebuild | 4 ++-- dev-libs/libspnav/libspnav-0.2.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild b/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild index 0061ce48ad0..e6ac1907167 100644 --- a/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild +++ b/dev-libs/libspnav/libspnav-0.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -34,7 +34,7 @@ src_configure() { } src_compile() { - emake CC="$(tc-getCC)" + emake AR="$(tc-getAR)" CC="$(tc-getCC)" } src_install() { diff --git a/dev-libs/libspnav/libspnav-0.2.3.ebuild b/dev-libs/libspnav/libspnav-0.2.3.ebuild index b4411a26466..51c269b4b20 100644 --- a/dev-libs/libspnav/libspnav-0.2.3.ebuild +++ b/dev-libs/libspnav/libspnav-0.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -34,7 +34,7 @@ src_configure() { } src_compile() { - emake CC="$(tc-getCC)" + emake AR="$(tc-getAR)" CC="$(tc-getCC)" } src_install() {