diff options
author | Johannes Huber <johu@gentoo.org> | 2012-03-19 10:18:26 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-03-19 10:18:26 +0000 |
commit | ef7ea1518a131424bc00a788793b7c26f4c9dd06 (patch) | |
tree | 1f3d0643504f82e4e49fdfde75b3e0015bebe109 /media-sound | |
parent | Version bump. (diff) | |
download | gentoo-2-ef7ea1518a131424bc00a788793b7c26f4c9dd06.tar.gz gentoo-2-ef7ea1518a131424bc00a788793b7c26f4c9dd06.tar.bz2 gentoo-2-ef7ea1518a131424bc00a788793b7c26f4c9dd06.zip |
Sync with overlay. Remove patch, adds dep.
(Portage version: 2.2.0_alpha92/cvs/Linux i686)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/tomahawk/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/tomahawk/tomahawk-9999.ebuild | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/media-sound/tomahawk/ChangeLog b/media-sound/tomahawk/ChangeLog index d708f562fb67..5f5c5efd4105 100644 --- a/media-sound/tomahawk/ChangeLog +++ b/media-sound/tomahawk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/tomahawk # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.7 2012/03/19 10:15:27 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.8 2012/03/19 10:18:26 johu Exp $ + + 19 Mar 2012; Johannes Huber <johu@gentoo.org> tomahawk-9999.ebuild: + Sync with overlay. Remove patch, adds dep. *tomahawk-0.4.0 (19 Mar 2012) diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild index 1a5f0ece1713..27e91866e2c3 100644 --- a/media-sound/tomahawk/tomahawk-9999.ebuild +++ b/media-sound/tomahawk/tomahawk-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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.4 2011/12/08 13:07:27 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.5 2012/03/19 10:18:26 johu Exp $ EAPI=4 @@ -25,6 +25,7 @@ SLOT="0" IUSE="debug fftw jabber libsamplerate +resolver twitter" DEPEND=" + app-crypt/qca >=dev-cpp/clucene-2.3.3.4 >=dev-libs/boost-1.41 >=dev-libs/qjson-0.7.1 @@ -45,11 +46,9 @@ DEPEND=" ) twitter? ( net-libs/qtweetlib ) " -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${PN}-0.3.2-remove-quazip.patch" -) +RDEPEND="${DEPEND} + app-crypt/qca-ossl +" src_configure() { mycmakeargs=( |