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 341BD1381F4 for ; Thu, 16 Aug 2012 19:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 375DEE0824; Thu, 16 Aug 2012 19:13:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 09496E0824 for ; Thu, 16 Aug 2012 19:13:06 +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 46E2C1B4007 for ; Thu, 16 Aug 2012 19:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 04348E543A for ; Thu, 16 Aug 2012 19:13:05 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1345144349.52f2037446a4fddef8461c5abe36c582b28afc4e.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:musl commit in: profiles/base/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: profiles/base/package.mask profiles/base/use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 52f2037446a4fddef8461c5abe36c582b28afc4e X-VCS-Branch: musl Date: Thu, 16 Aug 2012 19:13:05 +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: 9a871833-ad9c-4e92-9d27-48d03644de3a X-Archives-Hash: e930b3cb0b2a2e3e5ebb5f6ad93b7fae commit: 52f2037446a4fddef8461c5abe36c582b28afc4e Author: Anthony G. Basile gentoo org> AuthorDate: Thu Aug 16 19:12:29 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Aug 16 19:12:29 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=52f20374 profiles: unmask musl stuff only on musl profile --- profiles/base/package.mask | 5 +++++ profiles/base/use.mask | 2 ++ 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/profiles/base/package.mask b/profiles/base/package.mask index 291e500..6557dd7 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -10,6 +10,11 @@ # still available on default profiles to be used with crossdev. sys-libs/uclibc +# Make sure sys-libs/musl is only available on systems on musl profile +# or on systems where the user explicitly unmasks musl as using it +# incorrectly can break your system +sys-libs/musl + # Diego E. Pettenò (25 Apr 2010) # on behalf of QA team