diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-04 14:03:01 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-04 14:04:50 +0200 |
commit | 1025656c7aca174e7d046c65b161aea389df8f30 (patch) | |
tree | dc8223b45daa093df3891d7165dfd4e63306efba /profiles/arch | |
parent | media-gfx/shotwell: Fix indentation of metadata (diff) | |
download | gentoo-1025656c7aca174e7d046c65b161aea389df8f30.tar.gz gentoo-1025656c7aca174e7d046c65b161aea389df8f30.tar.bz2 gentoo-1025656c7aca174e7d046c65b161aea389df8f30.zip |
profiles: mask gcc ssp use flag for hppa, bug 630702
For just about every other package I'd relax the -Werror that effectively
makes the build fail, however, let's be a bit more critical with gcc.
Closes: https://bugs.gentoo.org/630702
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/hppa/package.use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/hppa/package.use.mask b/profiles/arch/hppa/package.use.mask index c78d3f23c94c..529847a438ba 100644 --- a/profiles/arch/hppa/package.use.mask +++ b/profiles/arch/hppa/package.use.mask @@ -4,6 +4,10 @@ # NOTE: When masking a USE flag due to missing keywords, please file a keyword # request bug for the hppa arch. +# Andreas K. Hüttel <dilfridge@gentoo.org> (4 Oct 2017) +# -fstack-protector is not supported for hppa, bug 630702 +>=sys-devel/gcc-6.0 ssp + # Michael Palimaka <kensington@gentoo.org> (30 Sep 2017) # Required dependencies are not keyworded. x11-themes/qtcurve plasma |