diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-05-15 04:11:13 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-05-15 04:11:13 +0000 |
commit | 4921427e6a353c4b7e7a4bcd3c3efe37b38b3817 (patch) | |
tree | 8985980bbca7ed6fbd34d916c5495f128d475989 /profiles/hardened | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-4921427e6a353c4b7e7a4bcd3c3efe37b38b3817.tar.gz gentoo-2-4921427e6a353c4b7e7a4bcd3c3efe37b38b3817.tar.bz2 gentoo-2-4921427e6a353c4b7e7a4bcd3c3efe37b38b3817.zip |
Mask gold linker on hardened profiles
Diffstat (limited to 'profiles/hardened')
-rw-r--r-- | profiles/hardened/linux/package.use.mask | 3 | ||||
-rw-r--r-- | profiles/hardened/package.use.mask | 8 |
2 files changed, 8 insertions, 3 deletions
diff --git a/profiles/hardened/linux/package.use.mask b/profiles/hardened/linux/package.use.mask index 8ebcb71dca75..e4eeeac5c116 100644 --- a/profiles/hardened/linux/package.use.mask +++ b/profiles/hardened/linux/package.use.mask @@ -8,3 +8,6 @@ www-apps/mediawiki math # Security bug #190835 games-fps/doom-data doomsday games-fps/freedoom doomsday + +# No -z now support? Bug #269288. +sys-devel/binutils gold diff --git a/profiles/hardened/package.use.mask b/profiles/hardened/package.use.mask index 82af9defc828..256fbd850e7e 100644 --- a/profiles/hardened/package.use.mask +++ b/profiles/hardened/package.use.mask @@ -1,10 +1,10 @@ +# Note that this requires portage-2.1.1+ so if you need this functionality, +# make sure your package forces a new-enough portage. + # Mask until Qt 4.4 works with this package, as we need to mask 4.3 # because of bug 248038. See also bug 243362. sci-visualization/paraview qt4 -# Note that this requires portage-2.1.1+ so if you need this functionality, -# make sure your package forces a new-enough portage. - sys-devel/gcc -hardened www-apps/mediawiki math @@ -21,3 +21,5 @@ media-tv/mythtv opengl-xvmc # does not work with ffmpeg new headers <www-plugins/gnash-0.8.3 ffmpeg +# No -z now support? Bug #269288. +sys-devel/binutils gold |