diff options
author | 2005-09-16 15:07:39 +0000 | |
---|---|---|
committer | 2005-09-16 15:07:39 +0000 | |
commit | 1449987425c3bcb6f3538d659b113b83990b68b8 (patch) | |
tree | 869e9399b38c06dc6be87aedeb88324442c83db5 /media-sound | |
parent | Corrected HOMEPAGE and SRC_URI. Fixes bug #106108. (diff) | |
download | gentoo-2-1449987425c3bcb6f3538d659b113b83990b68b8.tar.gz gentoo-2-1449987425c3bcb6f3538d659b113b83990b68b8.tar.bz2 gentoo-2-1449987425c3bcb6f3538d659b113b83990b68b8.zip |
Added missing RDEPEND.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpdscribble/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.6.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog index 6c16902f9fca..e3efaf412980 100644 --- a/media-sound/mpdscribble/ChangeLog +++ b/media-sound/mpdscribble/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/mpdscribble # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.1 2005/09/15 18:15:32 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.2 2005/09/16 15:07:39 slarti Exp $ + + 16 Sep 2005; Tom Martin <slarti@gentoo.org> mpdscribble-0.2.6.ebuild: + Added an RDEPEND for mpd or mpd-svn. I really am scatter-brained. *mpdscribble-0.2.6 (15 Sep 2005) diff --git a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild index 13a5ffc27b87..b52183ba4530 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.1 2005/09/15 18:15:32 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.2 2005/09/16 15:07:39 slarti Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://scribble.frob.nl/" @@ -15,6 +15,8 @@ DEPEND=">=dev-libs/glib-2.0 >=net-libs/gnutls-1.2.4 >=dev-libs/libgcrypt-1.2.1" +RDEPEND="|| ( media-sound/mpd media-sound/mpd-svn )" + src_install() { make DESTDIR=${D} install || die |