diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-14 18:02:27 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-01-14 18:02:27 +0000 |
commit | f50f95c256d0703615c0bcb3b5f9152511355ba1 (patch) | |
tree | 83ed75a29ea31c01c4de25ce60784341419cb0df /profiles | |
parent | Initial import in main tree (diff) | |
download | gentoo-2-f50f95c256d0703615c0bcb3b5f9152511355ba1.tar.gz gentoo-2-f50f95c256d0703615c0bcb3b5f9152511355ba1.tar.bz2 gentoo-2-f50f95c256d0703615c0bcb3b5f9152511355ba1.zip |
Unmask nvidia-drivers-331.38 since the signal mask bug is hopefully fixed there
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/targets/desktop/kde/package.mask | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index f665751aa39d..6ead48f483d0 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8532 2014/01/14 17:00:48 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8533 2014/01/14 18:02:26 dilfridge Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 14 Jan 2014; Andreas K. Huettel <dilfridge@gentoo.org> + targets/desktop/kde/package.mask: + Unmask nvidia-drivers-331.38 since the signal mask bug is hopefully fixed + there + 14 Jan 2014; Justin Lecher <jlec@gentoo.org> package.mask: Drop mask as patches apply now diff --git a/profiles/targets/desktop/kde/package.mask b/profiles/targets/desktop/kde/package.mask index a4d8ec74aa5c..145f7706e699 100644 --- a/profiles/targets/desktop/kde/package.mask +++ b/profiles/targets/desktop/kde/package.mask @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v 1.2 2014/01/05 16:50:46 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/package.mask,v 1.3 2014/01/14 18:02:27 dilfridge 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 @@ -10,4 +10,4 @@ # Mask recent nvidia drivers because of sigprocmask corruption, bug 487558 # (this hits akonadi and makes significant parts of KDE hang) =x11-drivers/nvidia-drivers-319* -=x11-drivers/nvidia-drivers-331* +=x11-drivers/nvidia-drivers-331.20 |