diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-08-28 21:03:11 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-08-28 21:03:11 +0000 |
commit | cf39a9ae81dc9cd7886ab508a347ee4901c4f9d8 (patch) | |
tree | c6dcf8dfe41fc95ac36dd987af5cb6577de41791 /media-sound/mpd | |
parent | Mark stable on amd64 and x86. (diff) | |
download | historical-cf39a9ae81dc9cd7886ab508a347ee4901c4f9d8.tar.gz historical-cf39a9ae81dc9cd7886ab508a347ee4901c4f9d8.tar.bz2 historical-cf39a9ae81dc9cd7886ab508a347ee4901c4f9d8.zip |
"use esound" in the new initscript. Closes bug #142613, reported by Andrzej <wasowski at data.pl>.
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'media-sound/mpd')
-rw-r--r-- | media-sound/mpd/ChangeLog | 6 | ||||
-rwxr-xr-x | media-sound/mpd/files/mpd-0.12.rc6 | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/mpd/ChangeLog b/media-sound/mpd/ChangeLog index 1629cebb007b..06b52b290cd5 100644 --- a/media-sound/mpd/ChangeLog +++ b/media-sound/mpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mpd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.76 2006/08/28 16:49:20 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/ChangeLog,v 1.77 2006/08/28 21:01:38 ticho Exp $ + + 28 Aug 2006; Andrej Kacian <ticho@gentoo.org> files/mpd-0.12.rc6: + "use esound" in the new initscript. Closes bug #142613, reported by Andrzej + <wasowski at data.pl>. 28 Aug 2006; Andrej Kacian <ticho@gentoo.org> mpd-0.11.5-r2.ebuild, mpd-0.12.0_rc1.ebuild, mpd-0.12.0_rc2.ebuild, mpd-0.12.0_rc3.ebuild: diff --git a/media-sound/mpd/files/mpd-0.12.rc6 b/media-sound/mpd/files/mpd-0.12.rc6 index 933d79185d04..74dec55e8f02 100755 --- a/media-sound/mpd/files/mpd-0.12.rc6 +++ b/media-sound/mpd/files/mpd-0.12.rc6 @@ -1,11 +1,11 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd-0.12.rc6,v 1.1 2006/08/10 22:54:15 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/files/mpd-0.12.rc6,v 1.2 2006/08/28 21:01:38 ticho Exp $ depend() { need localmount - use netmount nfsmount + use netmount nfsmount esound } checkconfig() { |