summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-15 21:48:46 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-15 21:48:46 +0000
commite7756ab1c6b11164159a945f21f6840977798616 (patch)
tree64ea59c5633e7c3aabe650f56308596494c033d6 /media-sound
parentMarked ppc stable. (diff)
downloadgentoo-2-e7756ab1c6b11164159a945f21f6840977798616.tar.gz
gentoo-2-e7756ab1c6b11164159a945f21f6840977798616.tar.bz2
gentoo-2-e7756ab1c6b11164159a945f21f6840977798616.zip
Fix dependency on tunepimp to 0.3, as 0.4 breaks API.
(Portage version: 2.0.53)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amarok/ChangeLog5
-rw-r--r--media-sound/amarok/amarok-1.3.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog
index 46ff1b6b070e..f03ff504991d 100644
--- a/media-sound/amarok/ChangeLog
+++ b/media-sound/amarok/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/amarok
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.89 2005/12/15 18:46:45 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.90 2005/12/15 21:48:46 flameeyes Exp $
+
+ 15 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> amarok-1.3.6.ebuild:
+ Fix dependency on tunepimp to 0.3, as 0.4 breaks API.
15 Dec 2005; Chris White <chriswhite@gentoo.org> amarok-1.3.6.ebuild:
x86 stable for bug #114493.
diff --git a/media-sound/amarok/amarok-1.3.6.ebuild b/media-sound/amarok/amarok-1.3.6.ebuild
index 1383d80e8e32..302c0dddfda9 100644
--- a/media-sound/amarok/amarok-1.3.6.ebuild
+++ b/media-sound/amarok/amarok-1.3.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/amarok/amarok-1.3.6.ebuild,v 1.4 2005/12/15 18:46:45 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.3.6.ebuild,v 1.5 2005/12/15 21:48:46 flameeyes Exp $
inherit kde eutils
@@ -21,7 +21,7 @@ DEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) )
xine? ( >=media-libs/xine-lib-1_rc4 )
gstreamer? ( =media-libs/gstreamer-0.8*
=media-libs/gst-plugins-0.8* )
- musicbrainz? ( >=media-libs/tunepimp-0.3.0 )
+ musicbrainz? ( =media-libs/tunepimp-0.3* )
>=media-libs/taglib-1.4
mysql? ( >=dev-db/mysql-4.0.16 )
postgres? ( dev-db/postgresql )