On 02/25/2010 12:48 AM, Thanasis wrote:
I want to revert to the stable version of a specific package (sys-fs/cryptsetup-1.0.6-r2), while in /etc/make.conf I have ACCEPT_KEYWORDS="~amd64". For that I have put in /etc/portage/package.keywords: sys-fs/cryptsetup amd64 and then I run emerge -1 =sys-fs/cryptsetup-1.0.6-r2 Is that the way I should go?
Nope. You have to delete the "~amd64" keyword, not add the "amd64" one, which is already being accepted by default anyway. To delete a keyword, you use the "-" operator. To make a long explanation short:
sys-fs/cryptsetup -~amd64
