Gentoo Archives: gentoo-user

From: Andrey Vul <andrey.vul@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] package.keywords syntax?
Date: Tue, 28 Oct 2008 17:25:26
Message-Id: e38d12ff0810281022h3b33c82fge49becf55e064d32@mail.gmail.com
In Reply to: [gentoo-user] package.keywords syntax? by Helmut Jarausch
1 On Tue, Oct 28, 2008 at 1:07 PM, Helmut Jarausch
2 <jarausch@××××××××××××××××.de> wrote:
3 > Hi,
4 >
5 > I have
6 > ACCEPT_KEYWORDS="~amd64"
7 >
8 > in /etc/make.conf
9 > and I want to keep it.
10 >
11 > Is it possible to revoke this for whole bunch
12 > of packages like
13 > kde-base/*
14 >
15 > I've tried the following line in /etc/portage/package.keywords
16 >
17 > kde-base/* -~amd64
18 >
19 > but it doesn't help.
20 >
21 That looks like it'll only work in paludis. You're going to have to
22 use shell scripting and output a BFList to package.keywords .
23 Try $eix -C kde-base --only-names | sed -r 's/$/ -~amd64/' | sudo tee
24 -a /etc/portage/package.keywords
25
26
27
28 --
29 Andrey Vul
30
31 A: Because it messes up the order in which people normally read text.
32 Q: Why is top-posting such a bad thing?
33 A: Top-posting.
34 Q: What is the most annoying thing in e-mail?

Replies

Subject Author
Re: [gentoo-user] package.keywords syntax? Ricardo Saffi Marques <saffi@××××××××××××××.br>