Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244747 - dev-libs/boost should call python_need_rebuild
Summary: dev-libs/boost should call python_need_rebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 244555
  Show dependency tree
 
Reported: 2008-10-28 12:04 UTC by Ali Polatel (RETIRED)
Modified: 2009-05-13 19:03 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 Ali Polatel (RETIRED) gentoo-dev 2008-10-28 12:04:05 UTC
This package needs to be rebuilt after a python upgrade.
To let python-updater find such packages accurately I have added a new function
to python eclass with the name python_need_rebuild which marks packages that
needs to be rebuilt.
Please update your package to use this function.
Usage is simple just call python_need_rebuild in src_install without arguments.
TIA.

P.S: If your package has a python USE flag, you probably want to call
python_need_rebuild only if it's enabled.
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2009-05-13 19:03:29 UTC
Done, thanks.