Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496400 - net-libs/pjsip-2.1-r1: should use distutils-r1.eclass, has missing dev-lang/python dep and REQUIRED_USE
Summary: net-libs/pjsip-2.1-r1: should use distutils-r1.eclass, has missing dev-lang/p...
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 495858
  Show dependency tree
 
Reported: 2013-12-29 15:00 UTC by Nikoli
Modified: 2015-02-03 14:59 UTC (History)
1 user (show)

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 Nikoli 2013-12-29 15:00:07 UTC
Ebuild should use distutils-r1.eclass instead of this:
        if use python; then
                pushd pjsip-apps/src/python
                python setup.py install --prefix="${D}/usr/"
                popd
        fi

Also ebuild does not check exit codes of these commands and has missing dev-lang/python run time and build time depend and missing line:
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
Comment 1 Pacho Ramos gentoo-dev 2015-02-03 14:59:46 UTC
removed