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 25ECF1382C5 for ; Tue, 13 Apr 2021 00:27:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FA82E0BC5; Tue, 13 Apr 2021 00:26:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 434A1E0BC6 for ; Tue, 13 Apr 2021 00:26:58 +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 34714335D60 for ; Tue, 13 Apr 2021 00:26:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74F9E72A for ; Tue, 13 Apr 2021 00:26:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618273588.a66fc7b48eb615df8ee27e1822a03c63c5817211.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-slb-rf72-drv/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild X-VCS-Directories: sys-apps/pcsc-slb-rf72-drv/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a66fc7b48eb615df8ee27e1822a03c63c5817211 X-VCS-Branch: master Date: Tue, 13 Apr 2021 00:26:53 +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: c6d143e2-4a65-4bef-acc8-254d5055ebf5 X-Archives-Hash: f1b9fa58c1ac1c4856e03cd982d0c468 commit: a66fc7b48eb615df8ee27e1822a03c63c5817211 Author: Sam James gentoo org> AuthorDate: Wed Apr 7 05:14:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 13 00:26:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66fc7b4 sys-apps/pcsc-slb-rf72-drv: call pkg-config via toolchain-funcs.eclass helper This ensures we call the correct pkg-config in e.g. cross. Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild b/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild index 39b7d34cb31..8d14bd4b919 100644 --- a/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.ebuild +++ b/sys-apps/pcsc-slb-rf72-drv/pcsc-slb-rf72-drv-1.1.0-r2.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 @@ -33,7 +33,7 @@ src_compile() { } src_install() { - local pcscdir="$(pkg-config --variable=usbdropdir libpcsclite)" + local pcscdir="$($(tc-getPKG_CONFIG) --variable=usbdropdir libpcsclite)" local conf="/etc/reader.conf.d/${PN}.conf" einstalldocs