diff options
| author | Nowa Ammerlaan <nowa@gentoo.org> | 2025-12-03 11:34:37 +0100 |
|---|---|---|
| committer | Nowa Ammerlaan <nowa@gentoo.org> | 2025-12-03 11:36:51 +0100 |
| commit | fa8af77196eea7512318d0137a091455b241f8f6 (patch) | |
| tree | 6d6f97825a42ac778c13664c6a4bc4a76cc0492b /dev-python | |
| parent | a24bfdd7962d93f139362157c1c1e3eb6ee8c080 (diff) | |
| download | gentoo-fa8af77196eea7512318d0137a091455b241f8f6.tar.gz gentoo-fa8af77196eea7512318d0137a091455b241f8f6.tar.bz2 gentoo-fa8af77196eea7512318d0137a091455b241f8f6.zip | |
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@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyside/pyside-6.10.1.ebuild | 1 | ||||
| -rw-r--r-- | dev-python/pyside/pyside-6.9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
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 ) |
