diff options
author | 2006-12-19 20:15:33 +0000 | |
---|---|---|
committer | 2006-12-19 20:15:33 +0000 | |
commit | 5c7bc4b569f44a462778d42f07c25ae5536391cf (patch) | |
tree | 7ab10380e77825f6e5ad18198909019234860e85 /profiles/hardened/package.use.mask | |
parent | This is the new name of mail-client/sylpheed-claws-cachesaver. (diff) | |
download | historical-5c7bc4b569f44a462778d42f07c25ae5536391cf.tar.gz historical-5c7bc4b569f44a462778d42f07c25ae5536391cf.tar.bz2 historical-5c7bc4b569f44a462778d42f07c25ae5536391cf.zip |
Remove the unnecessary and troublesome forcing of USE=hardened on sys-devel/gcc.
Commented out leaving the file here, rather than deleting it, so that the
reasons for _not_ package.use.masking -hardened for sys-devel/gcc are visible.
Diffstat (limited to 'profiles/hardened/package.use.mask')
-rw-r--r-- | profiles/hardened/package.use.mask | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/profiles/hardened/package.use.mask b/profiles/hardened/package.use.mask index c0c479e28d60..35cffb8a705d 100644 --- a/profiles/hardened/package.use.mask +++ b/profiles/hardened/package.use.mask @@ -1 +1,16 @@ -sys-devel/gcc -hardened +# 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 +# +# vapier added this, but it's too much. It prevents doing things like: +# +# USE=-hardened emerge --oneshot sys-devel/gcc +# +# which we need to be able to do in order to migrate from default-linux +# to hardened. USE=hardened is default on all the hardened arch profiles. +# Note; we don't inherit from default-linux so we don't need to undo stuff +# that is done there. +# +# Kevin F. Quinn <kevquinn@gentoo.org> 19 December 2005 + |