summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-01-14 21:32:05 +0000
committerJohannes Huber <johu@gentoo.org>2013-01-14 21:32:05 +0000
commit01f497798dd5fa86eb769f060dcf5a82785a6253 (patch)
tree7aa604d8a71105998e208f4a30f48991ae4180d6 /media-sound/tomahawk/tomahawk-9999.ebuild
parentRespect CC, bug 452096. (diff)
downloadgentoo-2-01f497798dd5fa86eb769f060dcf5a82785a6253.tar.gz
gentoo-2-01f497798dd5fa86eb769f060dcf5a82785a6253.tar.bz2
gentoo-2-01f497798dd5fa86eb769f060dcf5a82785a6253.zip
EAPI 5, bump deps.
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-sound/tomahawk/tomahawk-9999.ebuild')
-rw-r--r--media-sound/tomahawk/tomahawk-9999.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 042bebb93079..12de92bbc56d 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.9 2012/08/10 23:09:31 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.10 2013/01/14 21:32:05 johu Exp $
-EAPI=4
+EAPI=5
QT_MINIMAL="4.7.0"
@@ -32,7 +32,7 @@ DEPEND="
dev-libs/qjson
dev-libs/quazip
>=media-libs/liblastfm-1.0.1
- >=media-libs/libechonest-2.0.1
+ >=media-libs/libechonest-2.0.2
>=media-libs/phonon-4.5.0
media-libs/taglib
x11-libs/libX11
@@ -41,13 +41,15 @@ DEPEND="
>=x11-libs/qt-gui-${QT_MINIMAL}:4
>=x11-libs/qt-sql-${QT_MINIMAL}:4[sqlite]
>=x11-libs/qt-webkit-${QT_MINIMAL}:4
- jabber? ( net-libs/jreen )
+ jabber? ( >=net-libs/jreen-1.1.1 )
twitter? ( net-libs/qtweetlib )
"
RDEPEND="${DEPEND}
app-crypt/qca-ossl
"
+DOCS=( AUTHORS ChangeLog README.md )
+
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_with jabber Jreen)