From 6c4f097f619e1abcd989e6bb83610b69669062ee Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Wed, 31 Jan 2024 12:22:55 +0100 Subject: [PATCH] eclass/bash-completion-r1: Sync with Gentoo It's from Gentoo commit ff113c24e6def397ddf4f864e038480b94be33b8. --- .../portage-stable/eclass/bash-completion-r1.eclass | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/bash-completion-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/bash-completion-r1.eclass index caae6878e6..df1a2a54d3 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/bash-completion-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/bash-completion-r1.eclass @@ -43,11 +43,6 @@ esac _bash-completion-r1_get_bashdir() { debug-print-function ${FUNCNAME} "${@}" - # Flatcar: Take a fix for pkg-config paths from systemd.eclass. - # - # https://github.com/pkgconf/pkgconf/issues/205 - local -x PKG_CONFIG_FDO_SYSROOT_RULES=1 - if $(tc-getPKG_CONFIG) --exists bash-completion &>/dev/null; then local path path=$($(tc-getPKG_CONFIG) --variable="${1}" bash-completion) || die