commit: fa8af77196eea7512318d0137a091455b241f8f6 Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Wed Dec 3 10:34:37 2025 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Wed Dec 3 10:36:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa8af771
dev-python/pyside: set shiboken-host-path for pyside build I don't understand why this is now required, while it worked without before. But anyway, this fixes the problem. Closes: https://bugs.gentoo.org/966350 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/pyside/pyside-6.10.1.ebuild | 1 + dev-python/pyside/pyside-6.9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-python/pyside/pyside-6.10.1.ebuild b/dev-python/pyside/pyside-6.10.1.ebuild index 312d36ec4578..261e1c8f12f8 100644 --- a/dev-python/pyside/pyside-6.10.1.ebuild +++ b/dev-python/pyside/pyside-6.10.1.ebuild @@ -417,6 +417,7 @@ python_compile() { DISTUTILS_ARGS=( "${MAIN_DISTUTILS_ARGS[@]}" --reuse-build + --shiboken-host-path=="${BUILD_DIR}/build$((${#DISTUTILS_WHEELS[@]}-1))/${pyside_build_dir}/install" --shiboken-target-path="${BUILD_DIR}/build$((${#DISTUTILS_WHEELS[@]}-1))/${pyside_build_dir}/install" --build-type=pyside6 ) diff --git a/dev-python/pyside/pyside-6.9999.ebuild b/dev-python/pyside/pyside-6.9999.ebuild index 312d36ec4578..261e1c8f12f8 100644 --- a/dev-python/pyside/pyside-6.9999.ebuild +++ b/dev-python/pyside/pyside-6.9999.ebuild @@ -417,6 +417,7 @@ python_compile() { DISTUTILS_ARGS=( "${MAIN_DISTUTILS_ARGS[@]}" --reuse-build + --shiboken-host-path=="${BUILD_DIR}/build$((${#DISTUTILS_WHEELS[@]}-1))/${pyside_build_dir}/install" --shiboken-target-path="${BUILD_DIR}/build$((${#DISTUTILS_WHEELS[@]}-1))/${pyside_build_dir}/install" --build-type=pyside6 )
