Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/etc/portage/package.unmask and ACCEPT_KEYWORDS="~x86&q
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
Godel
n00b
n00b


Joined: 17 Jul 2003
Posts: 1

PostPosted: Thu Jul 17, 2003 7:38 pm    Post subject: /etc/portage/package.unmask and ACCEPT_KEYWORDS="~x86&q Reply with quote

Synopsis:
If I place an entry into /etc/portage/package.unmask,
do I still need to use ACCEPT_KEYWORDS="~x86"
in order to install a masked package?


------------------

I wanted to install dev-lang/R-1.7.1, but it was masked.

me@my_computer root # emerge --pretend dev-lang/R

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild R ] dev-lang/R-1.6.1

me@my_computer root # more /etc/portage/package.unmask
>=dev-lang/R-1.7.1
me@my_computer root # ACCEPT_KEYWORDS="~x86" emerge --pretend dev-lang/R

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild U ] dev-lang/R-1.7.1 [1.6.1]



me@my_computer root # ACCEPT_KEYWORDS="~x86" emerge dev-lang/R

[ much later...]

me@my_computer root # ACCEPT_KEYWORDS="~x86" emerge --pretend dev-lang/R

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild R ] dev-lang/R-1.7.1

me@my_computer root # emerge --pretend dev-lang/R

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild UD] dev-lang/R-1.6.1 [1.7.1]



------------------


Reading from the thread "portage etc directory ??"
https://forums.gentoo.org/viewtopic.php?t=67665
someone made the comment:

EDIT: I would like to note that if you put a package that is masked via ~arch into package.unmask it will not use that package. You still have to ACCEPT_KEYWORDS="~arch" emerge for that.

------------------

Did I get the syntax for /etc/portage/package.unmask wrong?

Is there some syntax for /etc/portage/package.unmask so that
I do not need to use ACCEPT_KEYWORDS, but instead just do
emerge dev-lang/R ?
Back to top
View user's profile Send private message
Genone
Retired Dev
Retired Dev


Joined: 14 Mar 2003
Posts: 9527
Location: beyond the rim

PostPosted: Thu Jul 17, 2003 10:54 pm    Post subject: Reply with quote

package.unmask only affects packages that are masked in /usr/portage/profiles/package.mask, the KEYWORDS masking is not affected, so you still need ACCEPT_KEYWORDS="~x86".
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum