diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-08-21 02:44:46 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-08-21 02:44:46 +0000 |
commit | f0cd6971db73e383b2bfa1e3069b2f11d064b49b (patch) | |
tree | f046df45a61bebb0c5de4bdb7abc43615e6cfefc /profiles | |
parent | Check for -lm, since it wasn't added to LIBS. Run autoreconf to generate aclo... (diff) | |
download | gentoo-2-f0cd6971db73e383b2bfa1e3069b2f11d064b49b.tar.gz gentoo-2-f0cd6971db73e383b2bfa1e3069b2f11d064b49b.tar.bz2 gentoo-2-f0cd6971db73e383b2bfa1e3069b2f11d064b49b.zip |
Remove mad from use.mask. There are lots of other flags that pull in libmad, so masking one isn't doing to job.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/mips/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/mips/use.mask | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog index efa6a85bacd4..309092ad76d6 100644 --- a/profiles/arch/mips/ChangeLog +++ b/profiles/arch/mips/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/MIPS profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.77 2011/08/20 22:57:42 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.78 2011/08/21 02:44:46 mattst88 Exp $ + + 21 Aug 2011; Matt Turner <mattst88@gentoo.org> use.mask: + Remove mad from use.mask. There are lots of other flags that pull in libmad, + so masking one isn't doing to job. 20 Aug 2011; Matt Turner <mattst88@gentoo.org> use.mask: Remove hal from use.mask. It's masked by base/use.mask now. diff --git a/profiles/arch/mips/use.mask b/profiles/arch/mips/use.mask index b350004d9e87..695a94c29ac3 100644 --- a/profiles/arch/mips/use.mask +++ b/profiles/arch/mips/use.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.45 2011/08/20 22:57:42 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/use.mask,v 1.46 2011/08/21 02:44:46 mattst88 Exp $ # Unmask the flag which corresponds to ARCH. -mips @@ -187,10 +187,6 @@ pcmcia # mask scanner support scanner -# Stephen P. Becker <geoman@gentoo.org> -# mad just spits out static on mips (ip22) -mad - # Armando Di Cianno <fafhrd@gentoo.org> # gnustep is currently unbuildable on mips - masking this to repair windowmaker # broken mips keywording becuase of 'gnustep' USE flag |