From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RhuM6-00082l-GX for garchives@archives.gentoo.org; Tue, 03 Jan 2012 02:44:02 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8354121C1D9; Tue, 3 Jan 2012 02:43:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 45F5F21C1D9 for ; Tue, 3 Jan 2012 02:43:55 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A8F651B4001 for ; Tue, 3 Jan 2012 02:43:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E33FD80042 for ; Tue, 3 Jan 2012 02:43:53 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: profiles/hardened/linux/uclibc/, profiles/hardened/linux/uclibc/x86/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: profiles/hardened/linux/uclibc/package.mask profiles/hardened/linux/uclibc/packages profiles/hardened/linux/uclibc/use.mask profiles/hardened/linux/uclibc/x86/package.accept_keywords profiles/hardened/linux/uclibc/x86/package.mask profiles/hardened/linux/uclibc/x86/package.use.mask X-VCS-Directories: profiles/hardened/linux/uclibc/ profiles/hardened/linux/uclibc/x86/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: a36c89136b794eb62c7d3a5369759b94fd3c304f Date: Tue, 3 Jan 2012 02:43:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 95059ad9-652d-4a64-bdd3-f113de850283 X-Archives-Hash: 7dd3d1aafc0484ffaade4a1a178758d6 commit: a36c89136b794eb62c7d3a5369759b94fd3c304f Author: Anthony G. Basile gentoo org> AuthorDate: Tue Jan 3 02:43:48 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Jan 3 02:43:48 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3Da36c8913 profiles: relaxing unnecessary maskings --- profiles/hardened/linux/uclibc/package.mask | 2 -- profiles/hardened/linux/uclibc/packages | 2 ++ profiles/hardened/linux/uclibc/use.mask | 1 - .../linux/uclibc/x86/package.accept_keywords | 1 + profiles/hardened/linux/uclibc/x86/package.mask | 6 ------ .../hardened/linux/uclibc/x86/package.use.mask | 1 - 6 files changed, 3 insertions(+), 10 deletions(-) diff --git a/profiles/hardened/linux/uclibc/package.mask b/profiles/harde= ned/linux/uclibc/package.mask index 90e6d7f..be69761 100644 --- a/profiles/hardened/linux/uclibc/package.mask +++ b/profiles/hardened/linux/uclibc/package.mask @@ -1,4 +1,2 @@ -sys-libs/uclibc sys-libs/glibc - -dev-libs/glib diff --git a/profiles/hardened/linux/uclibc/packages b/profiles/hardened/= linux/uclibc/packages index 5345fbd..4589a54 100644 --- a/profiles/hardened/linux/uclibc/packages +++ b/profiles/hardened/linux/uclibc/packages @@ -1 +1,3 @@ app-misc/pax-utils +dev-libs/libiconv +-*sys-apps/man-pages diff --git a/profiles/hardened/linux/uclibc/use.mask b/profiles/hardened/= linux/uclibc/use.mask index 59c1b44..9b179aa 100644 --- a/profiles/hardened/linux/uclibc/use.mask +++ b/profiles/hardened/linux/uclibc/use.mask @@ -1,5 +1,4 @@ nls -iconv =20 emul-linux-x86 -uclibc diff --git a/profiles/hardened/linux/uclibc/x86/package.accept_keywords b= /profiles/hardened/linux/uclibc/x86/package.accept_keywords index 04c2593..4d519e0 100644 --- a/profiles/hardened/linux/uclibc/x86/package.accept_keywords +++ b/profiles/hardened/linux/uclibc/x86/package.accept_keywords @@ -1,2 +1,3 @@ +dev-libs/glib sys-kernel/linux-headers sys-devel/gettext diff --git a/profiles/hardened/linux/uclibc/x86/package.mask b/profiles/h= ardened/linux/uclibc/x86/package.mask index 75f1fc9..414bc48 100644 --- a/profiles/hardened/linux/uclibc/x86/package.mask +++ b/profiles/hardened/linux/uclibc/x86/package.mask @@ -1,9 +1,3 @@ ->app-admin/sudo-1.7.4_p5 ->app-text/tree-1.5.3 ->dev-util/pkgconfig-0.25-r2 ->dev-vcs/git-1.7 ->net-misc/dhcp-3.1.2_p1 ->sys-apps/coreutils-8.5-r1 >sys-apps/util-linux-2.18-r1 >sys-fs/udev-141 >sys-libs/readline-5.2_p14 diff --git a/profiles/hardened/linux/uclibc/x86/package.use.mask b/profil= es/hardened/linux/uclibc/x86/package.use.mask deleted file mode 100644 index c0c479e..0000000 --- a/profiles/hardened/linux/uclibc/x86/package.use.mask +++ /dev/null @@ -1 +0,0 @@ -sys-devel/gcc -hardened