Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/tvheadend/
Date: Fri, 18 Jun 2021 21:07:47
Message-Id: 1624050440.5298a74f9951ba07ddc148e9f4c54d90688e3315.soap@gentoo
1 commit: 5298a74f9951ba07ddc148e9f4c54d90688e3315
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 18 21:07:20 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 21:07:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5298a74f
7
8 media-tv/tvheadend: use tc-getPKG_CONFIG
9
10 Closes: https://github.com/gentoo/gentoo/pull/20644
11 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild | 2 +-
16 media-tv/tvheadend/tvheadend-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild
20 index f003420b860..f78d37d3f76 100644
21 --- a/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild
22 +++ b/media-tv/tvheadend/tvheadend-4.2.8-r2.ebuild
23 @@ -73,7 +73,7 @@ pkg_setup() {
24
25 src_configure() {
26 CC="$(tc-getCC)" \
27 - PKG_CONFIG="${CHOST}-pkg-config" \
28 + PKG_CONFIG="$(tc-getPKG_CONFIG)" \
29 econf \
30 --disable-bundle \
31 --disable-ccache \
32
33 diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild
34 index fba166a03f6..d76b7874b6e 100644
35 --- a/media-tv/tvheadend/tvheadend-9999.ebuild
36 +++ b/media-tv/tvheadend/tvheadend-9999.ebuild
37 @@ -87,7 +87,7 @@ pkg_setup() {
38
39 src_configure() {
40 CC="$(tc-getCC)" \
41 - PKG_CONFIG="${CHOST}-pkg-config" \
42 + PKG_CONFIG="$(tc-getPKG_CONFIG)" \
43 econf \
44 --disable-bundle \
45 --disable-ccache \