diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-11-19 17:09:19 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-11-19 17:09:19 +0000 |
commit | 55337707d1fda4aceca8e3c4539ebda462bc0a06 (patch) | |
tree | 6a1219794cb73619a25a8b44820f1bd2d706f0db /media-sound/mpd | |
parent | adding short einfo (diff) | |
download | gentoo-2-55337707d1fda4aceca8e3c4539ebda462bc0a06.tar.gz gentoo-2-55337707d1fda4aceca8e3c4539ebda462bc0a06.tar.bz2 gentoo-2-55337707d1fda4aceca8e3c4539ebda462bc0a06.zip |
trailing space
Diffstat (limited to 'media-sound/mpd')
-rw-r--r-- | media-sound/mpd/Manifest | 2 | ||||
-rw-r--r-- | media-sound/mpd/mpd-0.9.3.ebuild | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/mpd/Manifest b/media-sound/mpd/Manifest index 40016fd7d15a..ae84b0bd1a78 100644 --- a/media-sound/mpd/Manifest +++ b/media-sound/mpd/Manifest @@ -1,6 +1,6 @@ MD5 5fb626bb31fce06423c51e3c2be6dd28 ChangeLog 1580 MD5 ab5e6f092e72a5e37250d833a4b574f1 mpd-0.9.2.ebuild 1189 -MD5 e5ff06951dabed73840f6d7b52558483 mpd-0.9.3.ebuild 1416 +MD5 3e8c8af9f8afd2bef1f0aca2873185b5 mpd-0.9.3.ebuild 1414 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 cf61965ae8a57bd5520da8228bfd6e3b files/mpd.rc6 819 MD5 621f975dad77dfc05c74fd1310e0daa2 files/mpd.conf 161 diff --git a/media-sound/mpd/mpd-0.9.3.ebuild b/media-sound/mpd/mpd-0.9.3.ebuild index 802d0f723333..a306a9e7e952 100644 --- a/media-sound/mpd/mpd-0.9.3.ebuild +++ b/media-sound/mpd/mpd-0.9.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.9.3.ebuild,v 1.3 2003/11/19 17:08:28 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.9.3.ebuild,v 1.4 2003/11/19 17:09:13 mholzer Exp $ IUSE="oggvorbis mad" @@ -48,8 +48,7 @@ src_install() { pkg_postinst() { einfo "libao has issues with the ALSA drivers, please refer to the FAQ" einfo "http://musicpd.sourceforge.net/faq.php" - einfo + einfo einfo " You need to set PORT, MUSIC_DIR, PLAYLIST_DIR," einfo " LOG_FILE and ERROR_FILE in /etc/conf.d/mpd" - } |