diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-30 23:08:51 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-09-30 23:08:51 +0000 |
commit | d9f80956707017411aa8c708e27480112a6587ad (patch) | |
tree | 55e5f3a4b0c344d9dd77a694d08bf76c965cbac7 /profiles | |
parent | fix dep syntax (Manifest recommit) (diff) | |
download | gentoo-2-d9f80956707017411aa8c708e27480112a6587ad.tar.gz gentoo-2-d9f80956707017411aa8c708e27480112a6587ad.tar.bz2 gentoo-2-d9f80956707017411aa8c708e27480112a6587ad.zip |
Moved sndfile USE flag to global.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 3 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index d33cf40dd323..b709bb9f946a 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.183 2004/09/22 22:38:34 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.184 2004/09/30 23:08:51 eradicator Exp $ # keep them sorted (excluding the special arch flags near the end). @@ -232,6 +232,7 @@ sharedmem - Adds support for shared memory use simplexml - support for simplexml slang - Adds support for the slang text display library (it's like ncurses, but different) slp - Adds Service Locator Protocol support to CUPS +sndfile - Adds support for libsndfile snmp - Adds support for the Simple Network Management Protocol if available soap - Adds support for SOAP sockets - Adds support for tcp/ip sockets diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 0ad4a68942da..b3f0d61a5094 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.659 2004/09/30 19:49:44 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.660 2004/09/30 23:08:51 eradicator Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -333,7 +333,6 @@ media-libs/a52dec:djbfft - Prefer D.J. Bernstein's library for fourier transform media-libs/dumb:dumb-allegro - Compile in support for allegro sound cards media-libs/gd:freetype-version-1 - if for some reason you want to use freetype v1 instead of v2 media-libs/libao:mmap - (experimental) Enable memory-mapped I/O -media-libs/libsamplerate:sndfile - support for libsndfile is added media-libs/libsdl:libcaca - Add support for colored ASCII-art graphics media-libs/libsdl:noaudio - Allow users to disable audio support completely (at their own risk) media-libs/libsdl:nojoystick - Allow users to disable joystick support completely (at their own risk) |