Gentoo Archives: gentoo-user

From: Bryan Gardiner <bog@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo on a Beaglebone
Date: Mon, 06 Aug 2012 06:53:50
Message-Id: 6005469.20Ovvlh1vW@negai
In Reply to: [gentoo-user] Gentoo on a Beaglebone by meino.cramer@gmx.de
1 On August 6, 2012 06:51:41 AM meino.cramer@×××.de wrote:
2 >
3 > What is meant with "please convert /etc/portage/package.keywords to a
4 > directory" What will happen to the contents of that file? What is the name
5 > of the directory to create? How can I fix that?
6 >
7 > Thank you very much in advance for any help!
8 > Best regards,
9 > mcc
10
11 package.keywords can be a directory instead of a file, in which case the "file"
12 that ends up getting used is the concatenation of all of the files in the
13 directory. It lets you split your keywords up rather than having one large
14 monolithic file. In my case:
15
16 $ ll /etc/portage/package.accept_keywords/
17 total 28
18 -rw-r--r-- 1 root root 4314 Apr 22 12:42 eclipse-3.7
19 -rw-r--r-- 1 khumba khumba 8739 Aug 1 23:56 kde-4.9.keywords.2012-08-01
20 -rw-r--r-- 1 root root 3999 Aug 2 23:11 mine
21
22 The KDE file for example is provided on the Gentoo KDE page for unmasking all
23 of the files necessary for KDE 4.9, and you don't have to merge it into your
24 personal keywords file. You have to be careful not to leave any xxx~ backup
25 files in the directory, because they count as well.
26
27 The same applies to package.use. The new style is for the file/directory to be
28 called package.accept_keywords. There's more info in "man 5 portage".
29
30 Cheers,
31 Bryan

Replies

Subject Author
Re: [gentoo-user] Gentoo on a Beaglebone meino.cramer@×××.de
Re: [gentoo-user] Gentoo on a Beaglebone Daniel Wagener <stelf@×××.net>
Re: [gentoo-user] Gentoo on a Beaglebone Walter Dnes <waltdnes@××××××××.org>