Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/canfep/
Date: Sun, 27 Oct 2019 08:44:40
Message-Id: 1572165863.e31b4182ed36959e6647d0ab227c175fbb957b17.hattya@gentoo
1 commit: e31b4182ed36959e6647d0ab227c175fbb957b17
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 27 08:39:13 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 27 08:44:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31b4182
7
8 app-i18n/canfep: use tc-getPKG_CONFIG
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-i18n/canfep/canfep-1.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-i18n/canfep/canfep-1.0-r1.ebuild b/app-i18n/canfep/canfep-1.0-r1.ebuild
17 index d46bf325837..07fdf6237f4 100644
18 --- a/app-i18n/canfep/canfep-1.0-r1.ebuild
19 +++ b/app-i18n/canfep/canfep-1.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -35,7 +35,7 @@ src_prepare() {
27 src_compile() {
28 emake \
29 CC="$(tc-getCXX)" \
30 - LIBS="-lcanna $(pkg-config --libs ncurses)"
31 + LIBS="-lcanna $($(tc-getPKG_CONFIG) --libs ncurses)"
32 }
33
34 src_install() {