Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 471854

Summary: portage rebuilds kde-base/kate-4.10.3:4 just because additional python-3.3 target
Product: Portage Development Reporter: Ulenrich <ulenrich>
Component: UnclassifiedAssignee: Portage team <dev-portage>
Status: RESOLVED INVALID    
Severity: normal CC: bkohler
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ...