diff options
author | Tom Martin <slarti@gentoo.org> | 2006-06-22 20:47:20 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2006-06-22 20:47:20 +0000 |
commit | db87467ba51f63ced744d36866c21189a5ca313a (patch) | |
tree | 2e692a5024765f8402c27118261d15f6a288e506 /media-sound/mpdscribble/files | |
parent | stable amd64 (diff) | |
download | gentoo-2-db87467ba51f63ced744d36866c21189a5ca313a.tar.gz gentoo-2-db87467ba51f63ced744d36866c21189a5ca313a.tar.bz2 gentoo-2-db87467ba51f63ced744d36866c21189a5ca313a.zip |
Add 'use mpd' to depend() part of initscript. Resolves bug #135129.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'media-sound/mpdscribble/files')
-rw-r--r-- | media-sound/mpdscribble/files/mpdscribble.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-sound/mpdscribble/files/mpdscribble.rc b/media-sound/mpdscribble/files/mpdscribble.rc index 09beb6a32e42..638e2a2ccc82 100644 --- a/media-sound/mpdscribble/files/mpdscribble.rc +++ b/media-sound/mpdscribble/files/mpdscribble.rc @@ -2,6 +2,7 @@ depend() { need net + use mpd } start () { |