diff options
author | Johannes Huber <johu@gentoo.org> | 2013-06-09 11:14:18 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2013-06-09 11:14:18 +0000 |
commit | c13b0a3a92d121d3233f7102ee556662d5c2bda3 (patch) | |
tree | f29f81b33944fa149edcf0ff238c7250c9149b1f /media-sound | |
parent | app-office/scribus: Fix for changes in live repo, #472642 (diff) | |
download | gentoo-2-c13b0a3a92d121d3233f7102ee556662d5c2bda3.tar.gz gentoo-2-c13b0a3a92d121d3233f7102ee556662d5c2bda3.tar.bz2 gentoo-2-c13b0a3a92d121d3233f7102ee556662d5c2bda3.zip |
Raise dep on media-libs/libechonest.
(Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/tomahawk/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/tomahawk/tomahawk-9999.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/tomahawk/ChangeLog b/media-sound/tomahawk/ChangeLog index d636b91628e4..92735e747ec4 100644 --- a/media-sound/tomahawk/ChangeLog +++ b/media-sound/tomahawk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/tomahawk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.28 2013/05/29 23:22:42 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.29 2013/06/09 11:14:18 johu Exp $ + + 09 Jun 2013; Johannes Huber <johu@gentoo.org> tomahawk-9999.ebuild: + Raise dep on media-libs/libechonest. 29 May 2013; Johannes Huber <johu@gentoo.org> tomahawk-9999.ebuild: Add required dep on dev-libs/qtkeychain. diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index 2ec48fcb0d00..f62d4dfad692 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.15 2013/05/29 23:22:42 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.16 2013/06/09 11:14:18 johu Exp $ EAPI=5 @@ -41,7 +41,7 @@ DEPEND=" >=dev-qt/qtsvg-${QT_MINIMAL}:4 >=dev-qt/qtwebkit-${QT_MINIMAL}:4 >=media-libs/liblastfm-1.0.1 - >=media-libs/libechonest-2.0.3 + >=media-libs/libechonest-2.1.0 >=media-libs/phonon-4.5.0 >=media-libs/taglib-1.6.0 x11-libs/libX11 |