Results 1 to 4 of 4
how would i unmask hard masked packages?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-28-2005 #1
Hard Mased packages {solved}
how would i unmask hard masked packages?
- 11-29-2005 #2
Well, if it's masked, you need to add the package to /etc/portage/package.umask. If it's masked stable, you should be good, if it's masked unstable, you will also need to add it to /etc/portage/package.keywords.
- 11-29-2005 #3Linux Newbie
- Join Date
- Mar 2005
- Location
- Minneapolis, MN
- Posts
- 112
For packages masked by package.mask, do something like
or for version-specific (cleaner and safer) unmasking useCode:echo "foo-type/foo-proggie" >> /etc/portage/package.unmask
For "unstable package" unmasking, by keywords such as ~x86, useCode:echo ">=foo-type/foo-proggie_1.0.1-rc1" >> /etc/portage/package.unmask
You can always make things masked by keywords version-specific in the same way as well. And for unmasking packages en masse, you can always use a for command to echo filenames in the Portage tree into your package.unmask or package.keywords files. I coulnd't say exactly what to do for something like this off of my head, but I'm sure you could find something on the Gentoo Forums.Code:echo "foo-type/foo-proggie ~x86" >> /etc/portage/package.keywords
--Dachnaz [Fuzzy Llama]
- 11-29-2005 #4


Reply With Quote
