Gentoo Archives: gentoo-user

From: Hunter Jozwiak <hunter.t.joz@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Confusing Portage Outcomes
Date: Wed, 21 May 2014 17:02:55
Message-Id: CAJ1hvUEOmf+GEg6Yj6k+QsbTZgBkkW_LWsY_hOrZO_mfzi4tmA@mail.gmail.com
1 Hi all. I made the following in /etc/portage/make.conf
2 #ACCEPT_LICENS="*"
3 ACCEPT_KEYWORDS="~x86"
4 Save and exit.
5 To double check, I ran:
6 #emerge --info | grep -i accept
7 ACCEPT_LICENSES="* -@EULA"
8 ACCEPT_KEYWORDS="x86 ~x86"
9 The way it looks, the file just appended what I want to the Portage
10 default. As far as the keywords variable is concerned, that will cause
11 issues. Do I need to negate the defaults with the -?

Replies

Subject Author
Re: [gentoo-user] Confusing Portage Outcomes Tom Wijsman <TomWij@g.o>