commit: 4cf0541073b36bce46e090d1de0071ffbee36916
Author: Ruben Rodriguez Buchillon <coconutruben <AT> chromium <DOT> org>
AuthorDate: Thu Feb 18 02:30:29 2021 +0000
Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org>
CommitDate: Tue Apr 27 19:56:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf05410
sys-power/uhubctl: export pkg-config
2.4.0 uhubctl honors tc-export of pkg-config. Use it here.
Signed-off-by: Ruben Rodriguez Buchillon <coconutruben <AT> chromium.org>
Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org>
sys-power/uhubctl/uhubctl-2.4.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys-power/uhubctl/uhubctl-2.4.0.ebuild
b/sys-power/uhubctl/uhubctl-2.4.0.ebuild
index 094e1cc2428..f6215f8b5de 100644
--- a/sys-power/uhubctl/uhubctl-2.4.0.ebuild
+++ b/sys-power/uhubctl/uhubctl-2.4.0.ebuild
@@ -24,6 +24,8 @@ src_prepare() {
-e "s/^GIT_VERSION/#&/" \
Makefile \
|| die
+
+ tc-export PKG_CONFIG
}
src_compile() {