From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7BC071381F3 for ; Sun, 19 May 2013 08:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 439C0E0886; Sun, 19 May 2013 08:38:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF0B5E0886 for ; Sun, 19 May 2013 08:38:23 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D673C33E3AD for ; Sun, 19 May 2013 08:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6F49BE4404 for ; Sun, 19 May 2013 08:38:21 +0000 (UTC) From: "Markos Chandras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markos Chandras" Message-ID: <1368672337.9201a24217d65ef5fe60b82a0aef44719bd3a0c0.hwoarang@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: profiles/use.mask/ X-VCS-Repository: proj/devmanual X-VCS-Files: profiles/use.mask/text.xml X-VCS-Directories: profiles/use.mask/ X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras X-VCS-Revision: 9201a24217d65ef5fe60b82a0aef44719bd3a0c0 X-VCS-Branch: master Date: Sun, 19 May 2013 08:38:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fd5dda6d-2c98-4a6e-b02b-880f814a24fc X-Archives-Hash: a1368101c1a4f3c5c55c36a0edf5c15f commit: 9201a24217d65ef5fe60b82a0aef44719bd3a0c0 Author: Manuel RĂ¼ger rueg eu> AuthorDate: Thu May 16 02:45:37 2013 +0000 Commit: Markos Chandras gentoo org> CommitDate: Thu May 16 02:45:37 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=9201a242 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. --- 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 say fooapp works on mips, but has an optional dependency (controlled by the bar flag) upon libbar, which doesn't work on mips. Then by - adding the bar flag to profiles/default-linux/mips/use.mask, + adding the bar flag to profiles/arch/mips/use.mask, fooapp could be made available to mips users with the unresolvable dependency forcibly disabled.