Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: profiles/use.mask/
Date: Sun, 19 May 2013 08:38:27
Message-Id: 1368672337.9201a24217d65ef5fe60b82a0aef44719bd3a0c0.hwoarang@gentoo
1 commit: 9201a24217d65ef5fe60b82a0aef44719bd3a0c0
2 Author: Manuel RĂ¼ger <mrueg <AT> rueg <DOT> eu>
3 AuthorDate: Thu May 16 02:45:37 2013 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Thu May 16 02:45:37 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=9201a242
7
8 Fix path for use.mask
9
10 The profile directory layout seems to be changed some time ago. I think the correct path should be looking like this.
11
12 ---
13 profiles/use.mask/text.xml | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/profiles/use.mask/text.xml b/profiles/use.mask/text.xml
17 index 180da2e..be6242f 100644
18 --- a/profiles/use.mask/text.xml
19 +++ b/profiles/use.mask/text.xml
20 @@ -19,7 +19,7 @@ particular profile. This can be useful for various reasons:
21 Disabling unavailable soft dependencies. A simple hypothetical example <d /> say
22 <c>fooapp</c> works on <c>mips</c>, but has an optional dependency (controlled by
23 the <c>bar</c> flag) upon <c>libbar</c>, which doesn't work on <c>mips</c>. Then by
24 - adding the <c>bar</c> flag to <c>profiles/default-linux/mips/use.mask</c>,
25 + adding the <c>bar</c> flag to <c>profiles/arch/mips/use.mask</c>,
26 <c>fooapp</c> could be made available to <c>mips</c> users with the unresolvable
27 dependency forcibly disabled.
28 </li>