diff options
-rw-r--r-- | profiles/hardened/linux/package.mask | 6 | ||||
-rw-r--r-- | profiles/hardened/package.mask | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/hardened/linux/package.mask b/profiles/hardened/linux/package.mask index 197f6d585e51..c3c972098605 100644 --- a/profiles/hardened/linux/package.mask +++ b/profiles/hardened/linux/package.mask @@ -1,6 +1,6 @@ # Copyright 2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.10 2009/03/08 21:07:21 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/package.mask,v 1.11 2009/03/15 11:29:04 pva Exp $ # >=acml-3.6 depends on gcc-4* >=sci-libs/acml-3.6 @@ -37,6 +37,10 @@ # 2009-03-08 gengor >=sys-apps/iproute2-2.6.25 +# Depends on >=sys-libs/glibc-2.7 which is package.masked at this time. +# 2009-03-15 pva +>=dev-libs/elfutils-0.140 + # These packages do more harm than good w/ hardened. # users must now the opensource xorg nv driver with nvidia cards. # By placing Driver "nv" in xorg.conf diff --git a/profiles/hardened/package.mask b/profiles/hardened/package.mask index 3fa6ddffd829..c46e068b7fd8 100644 --- a/profiles/hardened/package.mask +++ b/profiles/hardened/package.mask @@ -1,6 +1,6 @@ # Copyright 2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.52 2009/03/08 21:07:14 gengor Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.53 2009/03/15 11:29:04 pva Exp $ # supported only by gcc-4, unmask when it's stable wrt #217927 media-libs/libopenraw @@ -42,6 +42,10 @@ media-gfx/gnome-raw-thumbnailer # 2009-03-08 gengor >=sys-apps/iproute2-2.6.25 +# Depends on >=sys-libs/glibc-2.7 which is package.masked at this time. +# 2009-03-15 pva +>=dev-libs/elfutils-0.140 + # These packages do more harm than good w/ hardened. # users must now the opensource xorg nv driver with nvidia cards. # By placing Driver "nv" in xorg.conf |