Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232086 - sys-apps/portage: add an option for skipping a specific package
Summary: sys-apps/portage: add an option for skipping a specific package
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 234876 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-17 16:18 UTC by Pacho Ramos
Modified: 2008-08-16 02:29 UTC (History)
2 users (show)

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 Pacho Ramos gentoo-dev 2008-07-17 16:18:32 UTC
Sometimes would be interesting being able to skip build of a package, for example, when I run:
# emerge -avuDN world

sometimes I have to update packages like "mozilla-firefox" that needs some time for building and merging and I need to turn off my machine soon. I think that would be great being able to run something like:
# emerge -avuDN world --skip www-client/mozilla-firefox

for letting portage update smaller packages and leave firefox for merging in the future (when I have more time)

Thanks a lot

Reproducible: Always
Comment 1 Zac Medico gentoo-dev 2008-07-18 00:22:52 UTC
See `man portage` for /etc/portage/package.mask usage information.

echo ">www-client/mozilla-firefox-2.0.0.11" >> /etc/portage/package.mask
Comment 2 Pacho Ramos gentoo-dev 2008-07-18 11:38:56 UTC
(In reply to comment #1)
> See `man portage` for /etc/portage/package.mask usage information.
> 
> echo ">www-client/mozilla-firefox-2.0.0.11" >> /etc/portage/package.mask
> 

But I would prefer only skip it temporally, but, from other point of view I understand that package.mask can also be used for this purpose, then, OK, thanks and sorry for the inconvenience
Comment 3 Zac Medico gentoo-dev 2008-08-16 02:29:22 UTC
*** Bug 234876 has been marked as a duplicate of this bug. ***