diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2005-12-09 22:31:47 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2005-12-09 22:31:47 +0000 |
commit | da97965ea4a36080f098b4b7387dedf4d2fa525d (patch) | |
tree | 23d7cda5e1d3a71ffb1aeaaa865200b1f6cd97af /media-sound | |
parent | Version bump; closes bug #113007. (diff) | |
download | gentoo-2-da97965ea4a36080f098b4b7387dedf4d2fa525d.tar.gz gentoo-2-da97965ea4a36080f098b4b7387dedf4d2fa525d.tar.bz2 gentoo-2-da97965ea4a36080f098b4b7387dedf4d2fa525d.zip |
Depend on libsoup-2.2 as older versions will not work; closes bug #111287.
(Portage version: 2.0.53)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mpdscribble/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.6.ebuild | 4 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.2.7.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/mpdscribble/ChangeLog b/media-sound/mpdscribble/ChangeLog index 849e5c260b53..9180790e338b 100644 --- a/media-sound/mpdscribble/ChangeLog +++ b/media-sound/mpdscribble/ChangeLog @@ -1,6 +1,10 @@ # 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.7 2005/11/10 20:40:17 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/ChangeLog,v 1.8 2005/12/09 22:31:47 chainsaw Exp $ + + 09 Dec 2005; <chainsaw@gentoo.org> mpdscribble-0.2.6.ebuild, + mpdscribble-0.2.7.ebuild: + Depend on libsoup-2.2 as older versions will not work; closes bug #111287. *mpdscribble-0.2.7 (10 Nov 2005) diff --git a/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild index 92f6c78ec378..fc9dd059ed9d 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.5 2005/10/15 23:22:02 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.6.ebuild,v 1.6 2005/12/09 22:31:47 chainsaw Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://scribble.frob.nl/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=net-libs/libsoup-2.0" +DEPEND=">=net-libs/libsoup-2.2" src_install() { make DESTDIR=${D} install || die diff --git a/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild b/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild index 0a6315846d12..b3b7ce1ac487 100644 --- a/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.2.7.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.7.ebuild,v 1.1 2005/11/10 20:40:17 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mpdscribble/mpdscribble-0.2.7.ebuild,v 1.2 2005/12/09 22:31:47 chainsaw Exp $ DESCRIPTION="An MPD client that submits information to audioscrobbler." HOMEPAGE="http://scribble.frob.nl/" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND=">=net-libs/libsoup-2.0" +DEPEND=">=net-libs/libsoup-2.2" src_install() { make DESTDIR=${D} install || die |