Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484400 - app-text/pdf2djvu: plays with python wrapping internals (unnecessarily)
Summary: app-text/pdf2djvu: plays with python wrapping internals (unnecessarily)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Printing (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 484398
  Show dependency tree
 
Reported: 2013-09-09 20:56 UTC by Michał Górny
Modified: 2013-09-12 21:14 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-09 20:56:38 UTC
src_prepare() {
    sed -e "s:nosetests :nosetests-${EPYTHON} :" \
        -i tests/Makefile || die
}

Folks, what the...?! Plus it's completely unnecessary. python-single-r1_pkg_setup() ensures that the environment is set up properly to use the proper variant of nose.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2013-09-12 21:10:27 UTC
I've just tested it with python3.3 set as global interp and it works fine without the sed. Committed.