Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 488910 - dev-python/shiboken: python3_3 support
Summary: dev-python/shiboken: python3_3 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Keywording and Stabilization (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL: https://bugreports.qt-project.org/bro...
Whiteboard:
Keywords:
Depends on:
Blocks: 487860
  Show dependency tree
 
Reported: 2013-10-21 16:58 UTC by Pacho Ramos
Modified: 2013-12-25 01:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.