diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-04-20 12:35:50 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-04-20 12:35:50 +0000 |
commit | 511804795a3595a0011d6cfa19f136ddf19581d1 (patch) | |
tree | a3b0eb598b540ca053513fd290222ee01ea96334 /media-sound/amarok/amarok-2.4.0.90.ebuild | |
parent | Drop libxmlpp mask. (diff) | |
download | gentoo-2-511804795a3595a0011d6cfa19f136ddf19581d1.tar.gz gentoo-2-511804795a3595a0011d6cfa19f136ddf19581d1.tar.bz2 gentoo-2-511804795a3595a0011d6cfa19f136ddf19581d1.zip |
Dropped the dev-db/{mysql,mariadb} dep for use flag embedded and unified it on the virtual/mysql dep.
Moved from the dev-db/mysql[minimal] check on pkg_postinst to virtual/mysql[minimal] now that I've added the minimal use flag to the virtual/mysql ebuilds.
Added the handbook use flag which should fix bug 354035. Thanks to Andreas Hüttel for the help.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/amarok/amarok-2.4.0.90.ebuild')
-rw-r--r-- | media-sound/amarok/amarok-2.4.0.90.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/media-sound/amarok/amarok-2.4.0.90.ebuild b/media-sound/amarok/amarok-2.4.0.90.ebuild index f1cd484a84fb..3e25a5bbf9fc 100644 --- a/media-sound/amarok/amarok-2.4.0.90.ebuild +++ b/media-sound/amarok/amarok-2.4.0.90.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v 1.2 2011/04/20 11:48:44 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.0.90.ebuild,v 1.3 2011/04/20 12:35:50 jmbsvicetto Exp $ EAPI="3" @@ -23,7 +23,7 @@ HOMEPAGE="http://amarok.kde.org/" LICENSE="GPL-2" SLOT="4" -IUSE="cdda daap debug +embedded ipod lastfm mp3tunes mtp opengl playdar +player semantic-desktop upnp +utils" +IUSE="cdda daap debug +embedded handbook ipod lastfm mp3tunes mtp opengl playdar +player semantic-desktop upnp +utils" # Tests require gmock - http://code.google.com/p/gmock/ # It's not in the tree yet @@ -38,7 +38,7 @@ COMMONDEPEND=" >=app-misc/strigi-0.5.7[dbus,qt4] $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?') sys-libs/zlib - >=virtual/mysql-5.1 + >=virtual/mysql-5.1[embedded?] x11-libs/qt-script >=x11-libs/qtscriptgenerator-0.1.0 cdda? ( @@ -46,12 +46,6 @@ COMMONDEPEND=" $(add_kdebase_dep libkcompactdisc) $(add_kdebase_dep kdemultimedia-kioslaves) ) - embedded? ( - || ( - >=dev-db/mysql-5.1.50-r3[embedded] - >=dev-db/mariadb-5.1.50[embedded] - ) - ) ipod? ( >=media-libs/libgpod-0.7.0[gtk] ) lastfm? ( >=media-libs/liblastfm-0.3.0 ) mp3tunes? ( @@ -156,7 +150,7 @@ pkg_postinst() { elog "to configure the external db and migrate your data from the embedded database." echo - if has_version "dev-db/mysql[minimal]"; then + if has_version "virtual/mysql[minimal]"; then elog "You built mysql with the minimal use flag, so it doesn't include the server." elog "You won't be able to use the local mysql installation to store your amarok collection." echo |