diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-06-04 18:01:00 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-06-04 18:01:00 +0000 |
commit | 13d05b5c422badbf86635d8194283b554a8a81b8 (patch) | |
tree | d95f530aa3787dd105857b812efb2e77f71b7b0b | |
parent | Version bump 'cause I needed this. (diff) | |
download | gentoo-2-13d05b5c422badbf86635d8194283b554a8a81b8.tar.gz gentoo-2-13d05b5c422badbf86635d8194283b554a8a81b8.tar.bz2 gentoo-2-13d05b5c422badbf86635d8194283b554a8a81b8.zip |
Mask newer versions of ALSA that drops support for optional MIDI, which will break lots of deps. bug 272659
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/package.mask | 9 |
2 files changed, 13 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 039a57fe4fcf..6ba6055b1bc3 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2739 2009/06/04 15:03:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2740 2009/06/04 18:01:00 beandog 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! + 04 Jun 2009; Steve Dibb <beandog@gentoo.org> package.mask: + Mask newer versions of ALSA that drops support for optional MIDI, which + will break lots of deps. bug 272659 + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> package.mask: Drop KDE 4.2.* mask diff --git a/profiles/package.mask b/profiles/package.mask index 071cc9aa122b..5d0066ba3d7d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9883 2009/06/04 15:03:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9884 2009/06/04 18:01:00 beandog 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 @@ -31,6 +31,13 @@ #--- END OF EXAMPLES --- +# Steve Dibb <beandog@gentoo.org> (04 Jun 2009) +# Drop hacked support for optional MIDI in ALSA +# Keep masked until all reverse deps are fixed +# See bug 272659 +>=media-libs/alsa-lib-1.0.20-r1 +>=media-sound/alsa-utils-1.0.20-r1 + # Serkan Kaba <serkan@gentoo.org> (01 Jun 2009) # Last-rited Bug #272117 # Hard depends on Java 1.4 (Bug #118291) |