Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 488910

Summary: dev-python/shiboken: python3_3 support
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: [OLD] Keywording and StabilizationAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://bugreports.qt-project.org/browse/PYSIDE-157
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 487860    

Description Pacho Ramos gentoo-dev 2013-10-21 16:58:08 UTC
This comes from bug 477844

After adding:
    sed -i -e "s:python3.2mu:python3.3 python3.2mu:" \
        cmake/Modules/FindPython3Interp.cmake || die
    sed -i -e "s:3.2 3.1 3.0:3.3 3.2 3.1 3.0:" \
        cmake/Modules/FindPython3Libs.cmake || die

it looks to work against 3.3
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2013-12-25 01:21:23 UTC
python3_3 added in 1.2.1-r1. Actually, the seds weren't even needed.