Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48397 - Would it not be nice if "emerge gnome" could show all updates for gnome?
Summary: Would it not be nice if "emerge gnome" could show all updates for gnome?
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-19 13:33 UTC by Xake
Modified: 2004-04-20 13:00 UTC (History)
0 users

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 Xake 2004-04-19 13:33:01 UTC
I would think it would be nice if it was possible to do for exampel

ACCEPT_KEYWORDS="~x86" emerge gnome -pv

and it had shown all uninstalled/updated packages related to the masked gnome.
Especially now when the whole gnome 2.6 package is masked making it hard to see if something related to the gnome-2.6-package is updated. The only way I know right now is:

ACCEPT_KEYWORDS="~x86" emerge world -upv

and manually look for the packages.

This is a feature I could wait for but it would be really be nice.

Reproducible: Always
Steps to Reproduce:
Comment 1 Daniel Black (RETIRED) gentoo-dev 2004-04-19 19:03:46 UTC
Like:
ACCEPT_KEYWORDS="~x86" emerge -Dupv gnome

or 
ACCEPT_KEYWORDS="~x86" emerge -oupv gnome
?
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-04-19 23:30:47 UTC
or for a shorter version:

ACCEPT_KEYWORDS="~x86" emerge -opv gnome

reopen if I am missing the point. Or this doesn't fill your needs.
Comment 3 Xake 2004-04-20 13:00:33 UTC
Can't right now test -Dupb and -oupv.
I can currently not reach my gentoo-box.

But -upv does not do the trick since if I already have installed gnome 2.6 and a package is updated without gnome 2.6 being updated then -upv gives nothing in output.