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

Bug 268798

Summary: [PATCH] sys-apps/portage-2.2_rc33: --deselect does not work for sets
Product: Portage Development Reporter: Allen Brooker (AllenJB) <gentoo-bugs>
Component: CoreAssignee: Portage team <dev-portage>
Status: RESOLVED FIXED    
Severity: normal CC: esigra, SebastianLuther
Priority: High Keywords: InVCS
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 144480    
Attachments: Make emerge --deselect work for sets.
Make emerge --deselect work for sets.

Description Allen Brooker (AllenJB) 2009-05-06 08:53:56 UTC
--deselect appears to not currently work for sets.

Actual result:
$ emerge --deselect @ajb-kde-3.5
superuser access is required... adding --pretend to options.

!!! '@ajb-kde-3.5' is not a valid package atom.
!!! Please check ebuild(5) for full details.

Expected result:
The @ajb-kde-3.5 set is removed from world_sets.
Comment 1 Sebastian Luther (few) 2009-06-27 19:34:26 UTC
Created attachment 195916 [details, diff]
Make emerge --deselect work for sets.
Comment 2 Sebastian Luther (few) 2009-06-27 20:56:54 UTC
Created attachment 195920 [details, diff]
Make emerge --deselect work for sets.

Forgot to document the change.
Comment 4 Zac Medico gentoo-dev 2010-09-18 04:05:13 UTC
This is fixed in 2.2_rc68. We're still missing support for this in combination with --depclean and --prune actions.