diff options
author | Christoph Mende <angelos@gentoo.org> | 2009-01-12 23:41:36 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2009-01-12 23:41:36 +0000 |
commit | f9b33091b110aa37e8236056638a27596ac1dd8d (patch) | |
tree | d55a9b2d5b42f0e887f00deffb8aa4dd0667585a /media-sound/mpd | |
parent | die if no audio outputs were enabled, bug 254731 (diff) | |
download | gentoo-2-f9b33091b110aa37e8236056638a27596ac1dd8d.tar.gz gentoo-2-f9b33091b110aa37e8236056638a27596ac1dd8d.tar.bz2 gentoo-2-f9b33091b110aa37e8236056638a27596ac1dd8d.zip |
Whitespace fixes
(Portage version: 2.2_rc20/cvs/Linux 2.6.29-rc1 x86_64)
Diffstat (limited to 'media-sound/mpd')
-rw-r--r-- | media-sound/mpd/mpd-0.14.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/mpd/mpd-0.14.ebuild b/media-sound/mpd/mpd-0.14.ebuild index 97b615fef623..246a10c49f1b 100644 --- a/media-sound/mpd/mpd-0.14.ebuild +++ b/media-sound/mpd/mpd-0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.5 2009/01/12 23:38:52 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.14.ebuild,v 1.6 2009/01/12 23:41:36 angelos Exp $ EAPI=2 @@ -48,7 +48,7 @@ pkg_setup() { ewarn "USE=icecast enabled but lame and vorbis disabled," ewarn "disabling icecast" fi - + enewuser mpd "" "" "/var/lib/mpd" audio } @@ -60,7 +60,6 @@ src_prepare() { src_configure() { local myconf="" - if ! use alsa && ! use ao && ! use icecast && ! use jack && ! use oss && \ ! use pulseaudio; then eerror "You did not enable any output backend." @@ -73,7 +72,7 @@ src_configure() { einfo "USE=pulseaudio - output via media-sound/pulseaudio" die "No audio output enabled" fi - + if use icecast; then myconf+=" $(use_enable vorbis shout_ogg) $(use_enable lame shout_mp3) $(use_enable lame lametest) $(use_enable lame)" |