Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 268798 - [PATCH] sys-apps/portage-2.2_rc33: --deselect does not work for sets
Summary: [PATCH] sys-apps/portage-2.2_rc33: --deselect does not work for sets
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 144480
  Show dependency tree
 
Reported: 2009-05-06 08:53 UTC by Allen Brooker (AllenJB)
Modified: 2010-09-18 04:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Make emerge --deselect work for sets. (portage-emerge-deselect-for-sets.patch,1.68 KB, patch)
2009-06-27 19:34 UTC, Sebastian Luther (few)
Details | Diff
Make emerge --deselect work for sets. (portage-emerge-deselect-for-sets.patch,2.18 KB, patch)
2009-06-27 20:56 UTC, Sebastian Luther (few)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.