Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: general-concepts/use-flags/
Date: Thu, 05 Apr 2012 14:23:15
Message-Id: 1333635593.327865a60a425ab940f2a46eff09d7de9756a9e6.tove@gentoo
1 commit: 327865a60a425ab940f2a46eff09d7de9756a9e6
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 5 14:19:53 2012 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 14:19:53 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=327865a6
7
8 Fix typo: make.default -> make.defaults (#410835)
9
10 ---
11 general-concepts/use-flags/text.xml | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/general-concepts/use-flags/text.xml b/general-concepts/use-flags/text.xml
15 index 5f472a6..85523fc 100644
16 --- a/general-concepts/use-flags/text.xml
17 +++ b/general-concepts/use-flags/text.xml
18 @@ -249,7 +249,7 @@ src_compile() {
19 </p>
20
21 <p>
22 - The <c>USE_EXPAND</c> list is set in <c>profiles/base/make.default</c> as of
23 + The <c>USE_EXPAND</c> list is set in <c>profiles/base/make.defaults</c> as of
24 Portage 2.0.51.20. This must not be modified without discussion on the
25 gentoo-dev list, and it must not be modified in any subprofile.
26 </p>