Re: [gentoo-user] Re: ephemeral keyword override?

2017-10-03 Thread Neil Bothwick
On Tue, 3 Oct 2017 15:00:13 -0700, Ian Zimmerman wrote: > > > > > ACCEPT_KEYWORDS='<=some-cat/some-package- ~amd64' \ > > > > > USE='foo' emerge -p some-cat/some-package > > > > > > > > ACCEPT_KEYWORDS="~amd64" emerge somepkg > > > > You included the package atom on the env var, al l

[gentoo-user] Re: ephemeral keyword override?

2017-10-03 Thread Ian Zimmerman
On 2017-10-03 21:14, Neil Bothwick wrote: > > > > ACCEPT_KEYWORDS='<=some-cat/some-package- ~amd64' \ > > > > USE='foo' emerge -p some-cat/some-package > > > > > > ACCEPT_KEYWORDS="~amd64" emerge somepkg > > You included the package atom on the env var, al la > /etc/portage/package.* syn

Re: [gentoo-user] Re: ephemeral keyword override?

2017-10-03 Thread Neil Bothwick
On Tue, 3 Oct 2017 11:13:31 -0700, Ian Zimmerman wrote: > > > When I'm thinking about installing a package, I can say > > > > > > USE='foo' emerge -p some-cat/some-package > > > > > > to see what would happen, without changing any /etc files. Is > > > there a similar way to specify a keyword ov

[gentoo-user] Re: ephemeral keyword override?

2017-10-03 Thread Ian Zimmerman
On 2017-10-03 17:51, Neil Bothwick wrote: > > When I'm thinking about installing a package, I can say > > > > USE='foo' emerge -p some-cat/some-package > > > > to see what would happen, without changing any /etc files. Is there a > > similar way to specify a keyword override, without changing >