diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-23 23:18:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-23 23:18:25 +0000 |
commit | fd1546eb6ba87384541607ead5bf0cfbf7964399 (patch) | |
tree | 9beb96937a9eaeb7deee2fdf66adedb560c82b9e /profiles/default-bsd | |
parent | Fix bug 97462, thanks to Jer@gentoo.org for the most excellent patch (diff) | |
download | historical-fd1546eb6ba87384541607ead5bf0cfbf7964399.tar.gz historical-fd1546eb6ba87384541607ead5bf0cfbf7964399.tar.bz2 historical-fd1546eb6ba87384541607ead5bf0cfbf7964399.zip |
Mask xmms useflag.
Diffstat (limited to 'profiles/default-bsd')
-rw-r--r-- | profiles/default-bsd/fbsd/use.mask | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/default-bsd/fbsd/use.mask b/profiles/default-bsd/fbsd/use.mask index b01d07e24f3d..239401d3e8fa 100644 --- a/profiles/default-bsd/fbsd/use.mask +++ b/profiles/default-bsd/fbsd/use.mask @@ -1,6 +1,6 @@ # Copyright 2004-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.8 2006/04/23 09:25:15 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.9 2006/04/23 23:18:25 flameeyes Exp $ # TCL/TK still to test tcltk @@ -15,6 +15,9 @@ firebird # Apache defaults to Apache 1.x, mask it for the time apache +# Unlikely that we'll ever get xmms working +xmms + # PIE and SSP doesn't work on FreeBSD, so just mask the two flags, as the eclass drops them entirely nopie nossp |