Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Is there a way to keyword a whole overlay as ~arch ?
Date: Mon, 27 Jan 2014 01:14:31
Message-Id: 52E5B2E9.1010704@gentoo.org
In Reply to: [gentoo-user] Is there a way to keyword a whole overlay as ~arch ? by Thanasis
1 On 01/26/2014 05:12 PM, Thanasis wrote:
2 > I am following stable (ACCEPT_KEYWORDS="amd64").
3 > In order to install the "mate" desktop I need to install the mate
4 > overlay and keyword all its packages as ~amd64.
5 > Is there a way to do it easily for the whole overlay?
6 >
7
8 Yep, you just need to know the overlay name. In package.accept_keywords:
9
10 */*::overlay-name ~amd64
11
12 The "*/*" syntax means any category, any package name. The "::" then
13 specifies the repository name. If you don't know the repository name, it
14 can often be found in path/to/overlay/profiles/repo_name.

Replies

Subject Author
[gentoo-user] keyword a whole overlay as ~arch [SOLVED] Thanasis <thanasis@××××××××××.org>
Re: [gentoo-user] Is there a way to keyword a whole overlay as ~arch ? Michael Higgins <linux@×××××××.org>