diff options
author | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-10-24 14:55:19 +0000 |
---|---|---|
committer | Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> | 2011-10-24 14:55:19 +0000 |
commit | ab5d6050b5a8cd36f580df82a80acaf963df9427 (patch) | |
tree | 2786ae49f26ebba2a754437b9927a6258c962757 /media-sound | |
parent | Version bump. (diff) | |
download | gentoo-2-ab5d6050b5a8cd36f580df82a80acaf963df9427.tar.gz gentoo-2-ab5d6050b5a8cd36f580df82a80acaf963df9427.tar.bz2 gentoo-2-ab5d6050b5a8cd36f580df82a80acaf963df9427.zip |
[media-sound/amarok] Replace the mysql dependency - bug 388059.
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/amarok/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/amarok/amarok-2.4.3.ebuild | 12 |
2 files changed, 8 insertions, 10 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index dec0eabb8e6f..07109abfadc6 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/amarok # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.410 2011/08/23 21:55:04 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.411 2011/10/24 14:55:19 jmbsvicetto Exp $ + + 24 Oct 2011; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> + amarok-2.4.3.ebuild: + [media-sound/amarok] Replace the mysql dependency - bug 388059. 23 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org> amarok-2.4.0.ebuild, amarok-2.4.1.ebuild, amarok-2.4.3.ebuild: diff --git a/media-sound/amarok/amarok-2.4.3.ebuild b/media-sound/amarok/amarok-2.4.3.ebuild index ad31d8d33bfd..49705b63ad32 100644 --- a/media-sound/amarok/amarok-2.4.3.ebuild +++ b/media-sound/amarok/amarok-2.4.3.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.3.ebuild,v 1.2 2011/08/23 21:55:04 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-2.4.3.ebuild,v 1.3 2011/10/24 14:55:19 jmbsvicetto Exp $ EAPI=4 @@ -37,7 +37,7 @@ COMMONDEPEND=" $(add_kdebase_dep kdelibs 'opengl?,semantic-desktop?') $(add_kdebase_dep kdebase-kioslaves) sys-libs/zlib - >=virtual/mysql-5.1 + >=virtual/mysql-5.1[embedded?] x11-libs/qt-script >=x11-libs/qtscriptgenerator-0.1.0 cdda? ( @@ -45,12 +45,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? ( @@ -145,7 +139,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 |