diff options
author | Tom Martin <slarti@gentoo.org> | 2005-09-17 09:35:05 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-09-17 09:35:05 +0000 |
commit | a1c5f89bee8577507c34fadd1377626cf74622fd (patch) | |
tree | 231a2c4c50b3fa3b36e0f9fd9e551a8f100c3f97 /media-sound/mpdscribble | |
parent | Stable on x86. (diff) | |
download | gentoo-2-a1c5f89bee8577507c34fadd1377626cf74622fd.tar.gz gentoo-2-a1c5f89bee8577507c34fadd1377626cf74622fd.tar.bz2 gentoo-2-a1c5f89bee8577507c34fadd1377626cf74622fd.zip |
Alter DEPEND, resolves #106172
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r-- | media-sound/mpdscribble/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.6.ebuild | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog index e3efaf412980..11246525562d 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.2 2005/09/16 15:07:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.3 2005/09/17 09:35:05 slarti Exp $ + + 17 Sep 2005; Tom Martin <slarti@gentoo.org> mpdscribble-0.2.6.ebuild: + Alter DEPEND, resolves bug #106172. 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. diff --git a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild index b52183ba4530..8ea26f8f99af 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.2 2005/09/16 15:07:39 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.3 2005/09/17 09:35:05 slarti Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://scribble.frob.nl/" @@ -9,12 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND=">=dev-libs/glib-2.0 - >=net-libs/libsoup-2.0 - >=dev-libs/libxml2-2.0 - >=net-libs/gnutls-1.2.4 - >=dev-libs/libgcrypt-1.2.1" - +DEPEND=">=net-libs/libsoup-2.0" RDEPEND="|| ( media-sound/mpd media-sound/mpd-svn )" src_install() { |