commit:     9067a94a51dd4313716ce97bd285e76e3de22f94
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Thu Dec 11 19:00:24 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 12 02:08:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9067a94a

dev-python/pyside: 6.10.1 fix cmake paths

Closes: https://bugs.gentoo.org/967329
Closes: https://bugs.gentoo.org/967299
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44992
Closes: https://github.com/gentoo/gentoo/pull/44992
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../pyside/{pyside-6.10.1-r1.ebuild => pyside-6.10.1-r2.ebuild}       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pyside/pyside-6.10.1-r1.ebuild 
b/dev-python/pyside/pyside-6.10.1-r2.ebuild
similarity index 99%
rename from dev-python/pyside/pyside-6.10.1-r1.ebuild
rename to dev-python/pyside/pyside-6.10.1-r2.ebuild
index 8f0b7952df4d..b21860af5cac 100644
--- a/dev-python/pyside/pyside-6.10.1-r1.ebuild
+++ b/dev-python/pyside/pyside-6.10.1-r2.ebuild
@@ -527,8 +527,8 @@ python_compile() {
                -e "s~libpyside6\.cpython.*\.so\.$(ver_cut 
1-2)~libpyside6\${PYTHON_CONFIG_SUFFIX}\.so\.$(ver_cut 1-2)~g" \
                -e "s~libpyside6qml\.cpython.*\.so\.$(ver_cut 
1-2)~libpyside6qml\${PYTHON_CONFIG_SUFFIX}\.so\.$(ver_cut 1-2)~g" \
                -e "s~\${PACKAGE_PREFIX_DIR}/~$(python_get_sitedir)/PySide6/~g" 
\
-               -e 
"s~\${_IMPORT_PREFIX}/shiboken6/include~$(python_get_sitedir)/shiboken6/include~g"
 \
-               -e 
"s~\${_IMPORT_PREFIX}/PySide6/include~$(python_get_sitedir)/PySide6/include~g" \
+               -e 
"s~\${_IMPORT_PREFIX}/shiboken6~$(python_get_sitedir)/shiboken6~g" \
+               -e 
"s~\${_IMPORT_PREFIX}/PySide6~$(python_get_sitedir)/PySide6~g" \
                -i      "${BUILD_DIR}/install/usr/lib/cmake/"*/*.cmake || die
        local file
        for file in "${BUILD_DIR}/install/usr/lib/cmake/"*/*.cpython-*.cmake

Reply via email to