Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 471854 - portage rebuilds kde-base/kate-4.10.3:4 just because additional python-3.3 target
Summary: portage rebuilds kde-base/kate-4.10.3:4 just because additional python-3.3 ta...
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-31 00:26 UTC by Ulenrich
Modified: 2013-05-31 17:58 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 Ulenrich 2013-05-31 00:26:17 UTC
Nothing changes 
but portage wants to rebuild:

[ebuild   R    ] kde-base/kate-4.10.3:4  USE="(-aqua) -debug -handbook plasma -python" PYTHON_SINGLE_TARGET="python2_7 -python3_1 -python3_2 -python3_3%" PYTHON_TARGETS="python2_7 -python3_1 python3_2 -python3_3%" 0 kB



Reproducible: Always
Comment 1 Ben Kohler gentoo-dev 2013-05-31 01:54:52 UTC
If you want to ignore these kinds of USE changes were a disabled flag was added or removed, try --changed-use in place of --newuse.  

Portage doesn't know if the new-but-disabled USE flag is adding a new feature that you still have disabled, or if an existing feature has just been made optional and you are NOW disabling it.  But you can make it go one way or the other with --changed-use or --newuse.
Comment 2 Ulenrich 2013-05-31 17:58:05 UTC
Uups, thank you Ben Kohler for explanation and hint. Just my incompetence ...