summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2015-01-29 00:27:02 +0000
committerJohannes Huber <johu@gentoo.org>2015-01-29 00:27:02 +0000
commitb524e9457def682c7b26df3def51f400be4f53dc (patch)
treeb499c12e2e079f5eef7a1e0b7e9b61f9d5b10ecf /media-sound/tomahawk
parentAdjust use dependencies to handle >=app-crypt/qca-2.1. (diff)
downloadgentoo-2-b524e9457def682c7b26df3def51f400be4f53dc.tar.gz
gentoo-2-b524e9457def682c7b26df3def51f400be4f53dc.tar.bz2
gentoo-2-b524e9457def682c7b26df3def51f400be4f53dc.zip
Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'media-sound/tomahawk')
-rw-r--r--media-sound/tomahawk/ChangeLog6
-rw-r--r--media-sound/tomahawk/tomahawk-0.8.2.ebuild7
-rw-r--r--media-sound/tomahawk/tomahawk-9999.ebuild7
3 files changed, 13 insertions, 7 deletions
diff --git a/media-sound/tomahawk/ChangeLog b/media-sound/tomahawk/ChangeLog
index 6b562150e4a8..de642f48df6c 100644
--- a/media-sound/tomahawk/ChangeLog
+++ b/media-sound/tomahawk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/tomahawk
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.42 2015/01/16 23:34:20 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.43 2015/01/29 00:27:02 johu Exp $
+
+ 29 Jan 2015; Johannes Huber <johu@gentoo.org> tomahawk-0.8.2.ebuild,
+ tomahawk-9999.ebuild:
+ Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1.
*tomahawk-0.8.2 (16 Jan 2015)
diff --git a/media-sound/tomahawk/tomahawk-0.8.2.ebuild b/media-sound/tomahawk/tomahawk-0.8.2.ebuild
index 405f28533227..9d3fdeef89d6 100644
--- a/media-sound/tomahawk/tomahawk-0.8.2.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.2.ebuild,v 1.1 2015/01/16 23:34:20 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.2.ebuild,v 1.2 2015/01/29 00:27:02 johu Exp $
EAPI=5
@@ -30,7 +30,6 @@ REQUIRED_USE="telepathy? ( kde )"
# - deps with missing qt4/qt5 use flags
# - does not build with in-tree only deps
DEPEND="
- app-crypt/qca:2
dev-cpp/lucene++
dev-cpp/sparsehash
dev-libs/boost
@@ -43,6 +42,7 @@ DEPEND="
hatchet? ( dev-cpp/websocketpp )
jabber? ( net-libs/jreen )
!qt5? (
+ app-crypt/qca:2[qt4(+)]
>=dev-libs/libattica-0.4.0
dev-libs/qjson
dev-libs/qtkeychain[qt4]
@@ -57,6 +57,7 @@ DEPEND="
telepathy? ( net-libs/telepathy-qt[qt4] )
)
qt5? (
+ app-crypt/qca:2[qt5(+)]
dev-libs/qtkeychain[qt5]
dev-qt/designer:5
dev-qt/qtcore:5
@@ -69,7 +70,7 @@ DEPEND="
)
"
RDEPEND="${DEPEND}
- app-crypt/qca-ossl
+ || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] )
"
DOCS=( AUTHORS ChangeLog README.md )
diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 76a2f17ba831..8af61e0c1223 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 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.28 2015/01/16 23:34:20 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.29 2015/01/29 00:27:02 johu Exp $
EAPI=5
@@ -30,7 +30,6 @@ REQUIRED_USE="telepathy? ( kde )"
# - deps with missing qt4/qt5 use flags
# - does not build with in-tree only deps
DEPEND="
- app-crypt/qca:2
dev-cpp/lucene++
dev-cpp/sparsehash
dev-libs/boost
@@ -43,6 +42,7 @@ DEPEND="
hatchet? ( dev-cpp/websocketpp )
jabber? ( net-libs/jreen )
!qt5? (
+ app-crypt/qca:2[qt4]
>=dev-libs/libattica-0.4.0
dev-libs/qjson
dev-libs/qtkeychain[qt4]
@@ -57,6 +57,7 @@ DEPEND="
telepathy? ( net-libs/telepathy-qt[qt4] )
)
qt5? (
+ app-crypt/qca:2[qt5]
dev-libs/qtkeychain[qt5]
dev-qt/designer:5
dev-qt/qtcore:5
@@ -69,7 +70,7 @@ DEPEND="
)
"
RDEPEND="${DEPEND}
- app-crypt/qca-ossl
+ || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] )
"
DOCS=( AUTHORS ChangeLog README.md )