diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2009-07-16 09:59:00 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2009-07-16 09:59:00 +0000 |
commit | ca35f34ad82b6e1c30b6ef85bd96db3089b8e66a (patch) | |
tree | e4c736d8dcb0c6711ec4ef2ddcd4dbb657c99356 /profiles/prefix | |
parent | Remove obsolete strip-flags and replace FEATURES testing by UID testing wrt #... (diff) | |
download | historical-ca35f34ad82b6e1c30b6ef85bd96db3089b8e66a.tar.gz historical-ca35f34ad82b6e1c30b6ef85bd96db3089b8e66a.tar.bz2 historical-ca35f34ad82b6e1c30b6ef85bd96db3089b8e66a.zip |
masking gcc-4.3 on hpux for various reasons
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/prefix/hpux/package.mask | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 3b83094c5bf3..636905693074 100644 --- a/profiles/prefix/ChangeLog +++ b/profiles/prefix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profiles/prefix # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.29 2009/07/14 14:50:20 darkside Exp $ +# $Id: ChangeLog,v 1.30 2009/07/16 09:59:00 haubi Exp $ + + 16 Jul 2009; Michael Haubenwallner <haubi@gentoo.org> hpux/package.mask: + masking gcc-4.3 on hpux for various reasons 14 Jul 2009; Jeremy Olexa <darkside@gentoo.org> package.mask: p.mask portage-2.2.00.13825 due to regression with virtuals diff --git a/profiles/prefix/hpux/package.mask b/profiles/prefix/hpux/package.mask index 350802128243..793bc11dec62 100644 --- a/profiles/prefix/hpux/package.mask +++ b/profiles/prefix/hpux/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/package.mask,v 1.1 2009/06/06 03:54:51 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/package.mask,v 1.2 2009/07/16 09:59:00 haubi Exp $ + +# Michael Haubenwallner <haubi@gentoo.org> (16 Jul 2009) +# Is blocked by QA check 'implicit pointer usage warnings' on ia64-hpux. +# Cannot recompile itself on hppa-hpux. +=sys-devel/gcc-4.3* # Jeremy Olexa <darkside@gentoo.org> (21 Nov 2008) # file-4.25 lacks a define for SIZE_MAX. This causes issues on ia64-hpux. |