Gentoo Archives: gentoo-user

From: Ian Zimmerman <itz@××××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: ephemeral keyword override?
Date: Tue, 03 Oct 2017 18:13:45
Message-Id: 20171003181331.trkesu7ofttq4ewo@matica.foolinux.mooo.com
In Reply to: Re: [gentoo-user] ephemeral keyword override? by Neil Bothwick
1 On 2017-10-03 17:51, Neil Bothwick wrote:
2
3 > > When I'm thinking about installing a package, I can say
4 > >
5 > > USE='foo' emerge -p some-cat/some-package
6 > >
7 > > to see what would happen, without changing any /etc files. Is there a
8 > > similar way to specify a keyword override, without changing
9 > > /etc/portage/package.accept_keywords? Something along the lines of
10 > >
11 > > ACCEPT_KEYWORDS='<=some-cat/some-package-9999 ~amd64' \
12 > > USE='foo' emerge -p some-cat/some-package
13 >
14 > ACCEPT_KEYWORDS="~amd64" emerge somepkg
15
16 Thanks for the reply, I did learn something new from it. Nonetheless it
17 should be quite obvious that it does something different from what I was
18 "dreaming".
19
20 --
21 Please don't Cc: me privately on mailing lists and Usenet,
22 if you also post the followup to the list or newsgroup.
23 Do obvious transformation on domain to reply privately _only_ on Usenet.

Replies

Subject Author
Re: [gentoo-user] Re: ephemeral keyword override? Neil Bothwick <neil@××××××××××.uk>