diff options
author | 2011-04-18 13:37:09 +0000 | |
---|---|---|
committer | 2011-04-18 13:37:09 +0000 | |
commit | 7a526e6f8f7b06065691162c29918f308687b5d1 (patch) | |
tree | 100ae0ffef7828e2f74cfeefbf31c4013aac8a92 /profiles/base | |
parent | Fix build with gcc-4.6 Bug #362839 (diff) | |
download | gentoo-2-7a526e6f8f7b06065691162c29918f308687b5d1.tar.gz gentoo-2-7a526e6f8f7b06065691162c29918f308687b5d1.tar.bz2 gentoo-2-7a526e6f8f7b06065691162c29918f308687b5d1.zip |
Explicitly allow video_cards_nouveau for libdrm until bug #364027 is fixed.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index 166745bedbe2..6a28bfbf7420 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.255 2011/04/16 19:56:05 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.256 2011/04/18 13:37:09 chithanh Exp $ + + 18 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + package.use.mask: + Explicitly allow video_cards_nouveau for libdrm until bug #364027 is + fixed. 16 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals: Remove old-style virtual/aspell-dict, bug 358821. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 201f487242d7..0fa11bb46348 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,10 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.224 2011/04/12 07:57:21 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.225 2011/04/18 13:37:09 chithanh Exp $ # This file requires >=portage-2.1.1 # New entries go on top. +# Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (18 Apr 2011) +# Explicitly allow video_cards_nouveau for libdrm until bug #364027 is fixed. +>=x11-libs/libdrm-2.4.25 -video_cards_nouveau + # Andrey Grozin <grozin@gentoo.org> (29 Mar 2011) # dev-lang/swig-2.0.2 with -octave generated .cpp files # incompatible with >=sci-mathematics/octave-3.4.0 |