From 32b7802acffd80f340c2f6363f4d08e31b0228fc Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 9 Mar 2026 07:29:16 +0000 Subject: [PATCH] eclass/python-r1: Sync with Gentoo It's from Gentoo commit eccf647e5ed9dc7d3337f893cc46f0183528ff1f. Signed-off-by: Flatcar Buildbot --- .../src/third_party/portage-stable/eclass/python-r1.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass b/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass index 7be8b5ac8d..4b373a1f2e 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/python-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: python-r1.eclass @@ -780,7 +780,7 @@ python_replicate_script() { ( exeopts -m 0755 - exeinto "${PYTHON_SCRIPTDIR#${EPREFIX}}" + exeinto "${PYTHON_SCRIPTDIR#"${EPREFIX}"}" doexe "${files[@]}" )