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

Bug 529286

Summary: sys-apps/portage: add emerge --expand-virtual-args option, for pulling in packages referenced by virtuals in sets like @system
Product: Portage Development Reporter: Zac Medico <zmedico>
Component: Enhancement/Feature RequestsAssignee: Portage team <dev-portage>
Status: CONFIRMED ---    
Severity: normal CC: bircoph, esigra, perfinion, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://thread.gmane.org/gmane.linux.gentoo.devel/93590/focus=93787
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 155723    

Description Zac Medico gentoo-dev 2014-11-15 04:21:11 UTC
The proposed --expand-virtual-args option would be useful for modifying the behavior of commands such as 'emerge @system', in order to pull in packages referenced by virtuals directly in the @system set. For example, 'emerge --expand-virtual-args @system' would cause your libc implementation to be rebuilt (typically glibc), rather than just the virtual/libc package that references it via @system.

Of course, the --expand-virtual-args option would also give analogous results for commands like 'emerge --expand-virtual-args virtual/libc'.