Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo on a Beaglebone
Date: Tue, 07 Aug 2012 05:48:15
Message-Id: 20120807054630.GB4919@waltdnes.org
In Reply to: Re: [gentoo-user] Gentoo on a Beaglebone by Bryan Gardiner
1 On Sun, Aug 05, 2012 at 11:47:01PM -0700, Bryan Gardiner wrote
2
3 > package.keywords can be a directory instead of a file, in which case the "file"
4 > that ends up getting used is the concatenation of all of the files in the
5 > directory. It lets you split your keywords up rather than having one large
6 > monolithic file. In my case:
7 >
8 > $ ll /etc/portage/package.accept_keywords/
9 > total 28
10 > -rw-r--r-- 1 root root 4314 Apr 22 12:42 eclipse-3.7
11 > -rw-r--r-- 1 khumba khumba 8739 Aug 1 23:56 kde-4.9.keywords.2012-08-01
12 > -rw-r--r-- 1 root root 3999 Aug 2 23:11 mine
13 >
14 > The KDE file for example is provided on the Gentoo KDE page for unmasking all
15 > of the files necessary for KDE 4.9, and you don't have to merge it into your
16 > personal keywords file. You have to be careful not to leave any xxx~ backup
17 > files in the directory, because they count as well.
18 >
19 > The same applies to package.use. The new style is for the file/directory to be
20 > called package.accept_keywords. There's more info in "man 5 portage".
21
22 Are the package.use files additive? I.e. if one use file has
23 app-fu/bar flag1
24 and another use file has
25 app-fu/bar flag2
26 is that equivalant to one combined use file with
27 app-fu/bar flag1 flag2
28
29 --
30 Walter Dnes <waltdnes@××××××××.org>

Replies

Subject Author
Re: [gentoo-user] Gentoo on a Beaglebone Bryan Gardiner <bog@××××××.net>