From a8144dff2b76cf93526cb8c97a7982d426ec37d3 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 30 Oct 2023 07:11:30 +0000 Subject: [PATCH] dev-util/pkgconf: Sync with Gentoo It's from Gentoo commit 8995dcf5317871b316d089ac6e1d41dbbaec0ba7. --- .../portage-stable/dev-util/pkgconf/pkgconf-2.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-util/pkgconf/pkgconf-2.0.3.ebuild b/sdk_container/src/third_party/portage-stable/dev-util/pkgconf/pkgconf-2.0.3.ebuild index 742423bfd5..1a3b9b6870 100644 --- a/sdk_container/src/third_party/portage-stable/dev-util/pkgconf/pkgconf-2.0.3.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-util/pkgconf/pkgconf-2.0.3.ebuild @@ -36,7 +36,7 @@ src_prepare() { [[ ${PV} == 9999 ]] && eautoreconf MULTILIB_CHOST_TOOLS=( - /usr/bin/pkgconf + /usr/bin/pkgconf$(get_exeext) /usr/bin/pkg-config$(get_exeext) ) }