diff options
author | 2009-10-09 15:11:30 +0000 | |
---|---|---|
committer | 2009-10-09 15:11:30 +0000 | |
commit | 83316dfe5c5bc3afeba4cc00b49316293d5e6c48 (patch) | |
tree | 382f5e6d4ea36dba5676b1e06ee11a526f155aaa /profiles | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-83316dfe5c5bc3afeba4cc00b49316293d5e6c48.tar.gz gentoo-2-83316dfe5c5bc3afeba4cc00b49316293d5e6c48.tar.bz2 gentoo-2-83316dfe5c5bc3afeba4cc00b49316293d5e6c48.zip |
Force nocxx for sys-libs/db, bug #286097
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/prefix/irix/package.use.force | 7 |
2 files changed, 11 insertions, 1 deletions
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog index 822a8229235c..6d86b839bd09 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 -# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.101 2009/10/05 10:23:12 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.102 2009/10/09 15:11:29 grobian Exp $ + + 09 Oct 2009; Fabian Groffen <grobian@gentoo.org> +irix/package.use.force: + Force nocxx for sys-libs/db, bug #286097 05 Oct 2009; Fabian Groffen <grobian@gentoo.org> package.mask: drop mask for Portage no longer in the tree diff --git a/profiles/prefix/irix/package.use.force b/profiles/prefix/irix/package.use.force new file mode 100644 index 000000000000..d4e7aa7fa55a --- /dev/null +++ b/profiles/prefix/irix/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/package.use.force,v 1.1 2009/10/09 15:11:30 grobian Exp $ + +# Fabian Groffen <grobian@gentoo.org> (09 Oct 2009) +# CXX bindings don't compile due to incompatible threading code, bug #286097 +sys-libs/db nocxx |