diff options
author | Manuel Rüger <mrueg@rueg.eu> | 2013-05-16 05:45:37 +0300 |
---|---|---|
committer | Manuel Rüger <mrueg@rueg.eu> | 2013-05-16 05:45:37 +0300 |
commit | 9201a24217d65ef5fe60b82a0aef44719bd3a0c0 (patch) | |
tree | 7482f10bd0ecba4d98fadebc5148c627f6236565 /profiles | |
parent | Mention DOCS in ebuild-defined variables list. (diff) | |
download | devmanual-9201a24217d65ef5fe60b82a0aef44719bd3a0c0.tar.gz devmanual-9201a24217d65ef5fe60b82a0aef44719bd3a0c0.tar.bz2 devmanual-9201a24217d65ef5fe60b82a0aef44719bd3a0c0.zip |
Fix path for use.mask
The profile directory layout seems to be changed some time ago. I think the correct path should be looking like this.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.mask/text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/use.mask/text.xml b/profiles/use.mask/text.xml index 180da2e..be6242f 100644 --- a/profiles/use.mask/text.xml +++ b/profiles/use.mask/text.xml @@ -19,7 +19,7 @@ particular profile. This can be useful for various reasons: Disabling unavailable soft dependencies. A simple hypothetical example <d /> say <c>fooapp</c> works on <c>mips</c>, but has an optional dependency (controlled by the <c>bar</c> flag) upon <c>libbar</c>, which doesn't work on <c>mips</c>. Then by - adding the <c>bar</c> flag to <c>profiles/default-linux/mips/use.mask</c>, + adding the <c>bar</c> flag to <c>profiles/arch/mips/use.mask</c>, <c>fooapp</c> could be made available to <c>mips</c> users with the unresolvable dependency forcibly disabled. </li> |