Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12091 - main/branches/2.1.6/man
Date: Wed, 26 Nov 2008 00:01:41
Message-Id: E1L57qZ-0001HE-TL@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-26 00:01:35 +0000 (Wed, 26 Nov 2008)
3 New Revision: 12091
4
5 Modified:
6 main/branches/2.1.6/man/portage.5
7 Log:
8 Note that file names in /etc/portage/package.* directories are sorted ascending
9 alphabetical order before being summed together. (trunk r12090)
10
11
12 Modified: main/branches/2.1.6/man/portage.5
13 ===================================================================
14 --- main/branches/2.1.6/man/portage.5 2008-11-26 00:00:33 UTC (rev 12090)
15 +++ main/branches/2.1.6/man/portage.5 2008-11-26 00:01:35 UTC (rev 12091)
16 @@ -370,13 +370,14 @@
17 .BR /etc/portage/
18 Any file in this directory that begins with "package." can be more than just a
19 flat file. If it is a directory, then all the files in that directory will be
20 -summed together as if it were a single file.
21 +sorted in ascending alphabetical order by file name and summed together as if
22 +it were a single file.
23
24 .I Example:
25 .nf
26 -/etc/portage/package.keywords/kde
27 /etc/portage/package.keywords/common
28 /etc/portage/package.keywords/e17
29 +/etc/portage/package.keywords/kde
30 .fi
31 .RS
32 .TP