mr_bones_ 15/04/21 04:33:18 Modified: package.use.mask Log: hide the fusionsound use flag for now (bug #545662)
Revision Changes Path 1.198 profiles/arch/amd64/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.198&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?rev=1.198&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/amd64/package.use.mask?r1=1.197&r2=1.198 Index: package.use.mask =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v retrieving revision 1.197 retrieving revision 1.198 diff -u -r1.197 -r1.198 --- package.use.mask 28 Mar 2015 22:11:21 -0000 1.197 +++ package.use.mask 21 Apr 2015 04:33:18 -0000 1.198 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.197 2015/03/28 22:11:21 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.198 2015/04/21 04:33:18 mr_bones_ 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 @@ -18,6 +18,11 @@ #--- END OF EXAMPLES --- +# Michael Sterrett <[email protected]> (21 Apr 2015) +# None of the fusionsound deps support multilib currently, maybe later. +# Hiding the use flag fixes bug #545662 for now. +media-libs/libsdl2 fusionsound + # Michał Górny <[email protected]> (14 Sep 2014) # on behalf of gx86-multilib project <[email protected]> # gcc[awt] is only used by gcj-jdk[X], and gcj-jdk[X] is not really
