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 C2766138334 for ; Sun, 27 Oct 2019 08:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03BBCE0922; Sun, 27 Oct 2019 08:44:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E4021E0922 for ; Sun, 27 Oct 2019 08:44:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E44F734C407 for ; Sun, 27 Oct 2019 08:44:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55AF8773 for ; Sun, 27 Oct 2019 08:44:36 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1572165863.e31b4182ed36959e6647d0ab227c175fbb957b17.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canfep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/canfep/canfep-1.0-r1.ebuild X-VCS-Directories: app-i18n/canfep/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: e31b4182ed36959e6647d0ab227c175fbb957b17 X-VCS-Branch: master Date: Sun, 27 Oct 2019 08:44:36 +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: f5ea2fef-5e14-4b77-974b-3128e731e00e X-Archives-Hash: f5de7ea9e6c7c3ad026b41955af447d5 commit: e31b4182ed36959e6647d0ab227c175fbb957b17 Author: Akinori Hattori gentoo org> AuthorDate: Sun Oct 27 08:39:13 2019 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sun Oct 27 08:44:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31b4182 app-i18n/canfep: use tc-getPKG_CONFIG Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/canfep/canfep-1.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/canfep/canfep-1.0-r1.ebuild b/app-i18n/canfep/canfep-1.0-r1.ebuild index d46bf325837..07fdf6237f4 100644 --- a/app-i18n/canfep/canfep-1.0-r1.ebuild +++ b/app-i18n/canfep/canfep-1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -35,7 +35,7 @@ src_prepare() { src_compile() { emake \ CC="$(tc-getCXX)" \ - LIBS="-lcanna $(pkg-config --libs ncurses)" + LIBS="-lcanna $($(tc-getPKG_CONFIG) --libs ncurses)" } src_install() {