diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-05-09 22:40:55 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-05-09 22:40:55 +0000 |
commit | c629a4448eec5893ee2bec4227f6a9ad0a49a670 (patch) | |
tree | d8578d00f1b3e56532df67b8d0f710cb341e1962 /profiles | |
parent | fixing python_prepare statement (diff) | |
download | gentoo-2-c629a4448eec5893ee2bec4227f6a9ad0a49a670.tar.gz gentoo-2-c629a4448eec5893ee2bec4227f6a9ad0a49a670.tar.bz2 gentoo-2-c629a4448eec5893ee2bec4227f6a9ad0a49a670.zip |
Mask >=sys-libs/glibc-2.20 because it requires >=sys-devel/gcc-4.8, pending the fix of bug #518598.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/hardened/linux/arm/package.mask | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 05b15e149a96..e51a3faae09c 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.83 2015/05/08 12:31:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.84 2015/05/09 22:40:55 blueness Exp $ + + 09 May 2015; Anthony G. Basile <blueness@gentoo.org> linux/arm/package.mask: + Mask >=sys-libs/glibc-2.20 because it requires >=sys-devel/gcc-4.8, pending + the fix of bug #518598. 08 May 2015; Anthony G. Basile <blueness@gentoo.org> +linux/arm/package.mask, +linux/musl/arm/package.mask, linux/uclibc/arm/armv6j/parent, diff --git a/profiles/hardened/linux/arm/package.mask b/profiles/hardened/linux/arm/package.mask index fdc4b63ac37d..efcfcc41cd49 100644 --- a/profiles/hardened/linux/arm/package.mask +++ b/profiles/hardened/linux/arm/package.mask @@ -1,9 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/arm/package.mask,v 1.1 2015/05/08 12:31:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/arm/package.mask,v 1.2 2015/05/09 22:40:55 blueness Exp $ # Anthony G. Basile <blueness@gentoo.org> (08 May 2015) # Mask gcc 4.8 and above pending the fix of bug #518598 =sys-devel/gcc-4.8* =sys-devel/gcc-4.9* =sys-devel/gcc-5.1* + +# >=sys-libs/glibc-2.20 requires >=sys-devel/gcc-4.8, +# so we mask it as well pending the fix of bug #518598 +>=sys-libs/glibc-2.20 |