diff options
author | Kevin F. Quinn <kevquinn@gentoo.org> | 2007-03-13 15:24:48 +0000 |
---|---|---|
committer | Kevin F. Quinn <kevquinn@gentoo.org> | 2007-03-13 15:24:48 +0000 |
commit | c20a65327e271da266f613b235ec210e802e1dda (patch) | |
tree | 6d0902584097236cd9d59f3d3970bca88b5b30d2 /profiles/default-linux/package.use.mask | |
parent | Stable on sparc wrt #167718 (diff) | |
download | gentoo-2-c20a65327e271da266f613b235ec210e802e1dda.tar.gz gentoo-2-c20a65327e271da266f613b235ec210e802e1dda.tar.bz2 gentoo-2-c20a65327e271da266f613b235ec210e802e1dda.zip |
Since USE=hardened is not supported for gcc, it should also be masked for glibc, which
only builds sensibly with USE=hardened if built with a hardened gcc.
Diffstat (limited to 'profiles/default-linux/package.use.mask')
-rw-r--r-- | profiles/default-linux/package.use.mask | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/default-linux/package.use.mask b/profiles/default-linux/package.use.mask index 83e5a4dd7c06..4e64c2811755 100644 --- a/profiles/default-linux/package.use.mask +++ b/profiles/default-linux/package.use.mask @@ -2,3 +2,4 @@ # make sure your package forces a new-enough portage. sys-devel/gcc hardened +sys-libs/glibc hardened |