diff options
author | 2005-02-15 18:15:12 +0000 | |
---|---|---|
committer | 2005-02-15 18:15:12 +0000 | |
commit | 55e7a691c4cfbce6703d960eb2c9d0d50bcef829 (patch) | |
tree | 961fdafc50cc44bae1796a24e7f88be7ac4c8466 /media-sound | |
parent | unstable version bump (diff) | |
download | historical-55e7a691c4cfbce6703d960eb2c9d0d50bcef829.tar.gz historical-55e7a691c4cfbce6703d960eb2c9d0d50bcef829.tar.bz2 historical-55e7a691c4cfbce6703d960eb2c9d0d50bcef829.zip |
Correct dependency on mysql.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/Manifest | 2 | ||||
-rw-r--r-- | media-sound/amarok/amarok-1.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-sound/amarok/Manifest b/media-sound/amarok/Manifest index e1cc5afb3aa3..7ffc81b8d8a6 100644 --- a/media-sound/amarok/Manifest +++ b/media-sound/amarok/Manifest @@ -1,5 +1,5 @@ MD5 15a028c1f8fff178682119240f0189be metadata.xml 181 -MD5 c20202aa90e7b13a1ea94570c2630f11 amarok-1.2.ebuild 1681 +MD5 018c1cd00abeacfdc4f2d648b78efd21 amarok-1.2.ebuild 1681 MD5 8dec94b33db41952f96628c1948fa301 amarok-1.0.2.ebuild 1199 MD5 f560e3b4c981c561a7b4a4ebd59f1c41 ChangeLog 7014 MD5 8ab1d316a1506fe1ecff05ba7f6cf8cb amarok-1.1.1.ebuild 1578 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" |