diff options
author | Christian Heim <phreak@gentoo.org> | 2007-04-17 20:06:44 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2007-04-17 20:06:44 +0000 |
commit | cd6f9501e7a5ee862de08abb48069349acc58c40 (patch) | |
tree | 18872b301afbc45f24fbc708abc68ddbe9aa4211 /profiles | |
parent | Version bump (diff) | |
download | gentoo-2-cd6f9501e7a5ee862de08abb48069349acc58c40.tar.gz gentoo-2-cd6f9501e7a5ee862de08abb48069349acc58c40.tar.bz2 gentoo-2-cd6f9501e7a5ee862de08abb48069349acc58c40.zip |
Mask dev-lang/ocaml and USE=math for www-apps/mediawiki for now, as ocaml is broken on hardened (see #110541) and mediawiki relies on ocaml with said USE flag.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/package.mask | 7 | ||||
-rw-r--r-- | profiles/hardened/package.use.mask | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/profiles/hardened/package.mask b/profiles/hardened/package.mask index 5f185b8566ac..c2a5476cd255 100644 --- a/profiles/hardened/package.mask +++ b/profiles/hardened/package.mask @@ -1,9 +1,14 @@ # Copyright 2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.20 2007/03/26 05:05:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/package.mask,v 1.21 2007/04/17 20:06:44 phreak Exp $ # This file is additional masking for the hardened profile +# Christian Heim <phreak@gentoo.org> (17 April 2007) +# dev-lang/ocaml is broken on hardened; either creates a TEXTREL +# object or tries to make a segment writeable (bug #110541). +dev-lang/ocaml + # Christian Heim <phreak@gentoo.org> (28 January 2007) # Mask sys-devel/autoconf-2.61 due to bug #161566 =sys-devel/autoconf-2.61 diff --git a/profiles/hardened/package.use.mask b/profiles/hardened/package.use.mask index b821fef63a07..64f867386200 100644 --- a/profiles/hardened/package.use.mask +++ b/profiles/hardened/package.use.mask @@ -2,4 +2,4 @@ # make sure your package forces a new-enough portage. sys-devel/gcc -hardened - +www-apps/mediawiki math |