summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-02-15 18:15:12 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-02-15 18:15:12 +0000
commita2bac03aa927b1a0877d985c7df1bbaaf19d02ba (patch)
tree8a429d36e8a4e3e1d6a6af309e2e89bd4173c992 /media-sound/amarok
parentunstable version bump (diff)
downloadgentoo-2-a2bac03aa927b1a0877d985c7df1bbaaf19d02ba.tar.gz
gentoo-2-a2bac03aa927b1a0877d985c7df1bbaaf19d02ba.tar.bz2
gentoo-2-a2bac03aa927b1a0877d985c7df1bbaaf19d02ba.zip
Correct dependency on mysql.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r--media-sound/amarok/amarok-1.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/amarok/amarok-1.2.ebuild b/media-sound/amarok/amarok-1.2.ebuild
index 10f36036b124..f2c26e6baa55 100644
--- a/media-sound/amarok/amarok-1.2.ebuild
+++ b/media-sound/amarok/amarok-1.2.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.2.ebuild,v 1.1 2005/02/13 22:20:58 greg_g Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.2.ebuild,v 1.2 2005/02/15 18:15:12 greg_g Exp $
inherit kde eutils
@@ -29,7 +29,7 @@ RDEPEND="kde? ( || ( kde-base/konqueror kde-base/kdebase ) )
>=media-libs/taglib-1.3.1
gstreamer? ( >=media-libs/gst-plugins-0.8.6
>=media-plugins/gst-plugins-mad-0.8.6 )
- mysql? ( >=dev-db/mysql-3 )"
+ mysql? ( >=dev-db/mysql-4 )"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.9.0"