diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2015-08-05 22:03:52 +0000 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2015-08-05 22:03:52 +0000 |
commit | 2ba886ae182453ecd490cfe9ce584f0e896e9699 (patch) | |
tree | 41bf8cb405db686c60eaadced68ab8d061fba167 /profiles | |
parent | version bump; switch to cmake - many thanks to Alex Turbov for a preliminary ... (diff) | |
download | gentoo-2-2ba886ae182453ecd490cfe9ce584f0e896e9699.tar.gz gentoo-2-2ba886ae182453ecd490cfe9ce584f0e896e9699.tar.bz2 gentoo-2-2ba886ae182453ecd490cfe9ce584f0e896e9699.zip |
Fix bug 556612.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/hardened/linux/amd64/package.use.mask | 8 |
2 files changed, 13 insertions, 2 deletions
diff --git a/profiles/hardened/ChangeLog b/profiles/hardened/ChangeLog index 15ec9949cd0e..beb249f46a1c 100644 --- a/profiles/hardened/ChangeLog +++ b/profiles/hardened/ChangeLog @@ -1,6 +1,11 @@ # 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.90 2015/08/04 08:13:32 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/ChangeLog,v 1.91 2015/08/05 22:03:52 bircoph Exp $ + + 06 Aug 2015; Andrew Savchenko <bircoph@gentoo.org> linux/amd64/package.use.mask: + Mask USE="geant3" for sci-physics/geant-4.9.4* as reverse + dependencies masking for sci-physics/cernlib mask on hardened + amd64, since package is badly broken. See bugs 426764, 556612. 04 Aug 2015; Alon Bar-Lev <alonbl@gentoo.org> linux/amd64/package.use.stable.mask: Sync vlc with amd64 arch, bug#504826. diff --git a/profiles/hardened/linux/amd64/package.use.mask b/profiles/hardened/linux/amd64/package.use.mask index 551f261ff148..ed8668433268 100644 --- a/profiles/hardened/linux/amd64/package.use.mask +++ b/profiles/hardened/linux/amd64/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.mask,v 1.25 2013/09/24 08:19:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/amd64/package.use.mask,v 1.26 2015/08/05 22:03:52 bircoph Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -29,3 +29,9 @@ x11-drivers/nvidia-drivers X tools # Magnus Granberg <zorry@gentoo.org> (29 Nov 2012) # Bug #444786 disable nvidia on app-admin/conky app-admin/conky nvidia + +# Cernlib has address space issues on amd64 and package is no +# longer supported by upstream. Thus masking it and its reverse +# dependencies. +# See bugs 426764, 556612. +=sci-physics/geant-4.9.4* geant3 |