summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-02-22 18:41:23 +0000
committerMichał Górny <mgorny@gentoo.org>2015-02-22 18:41:23 +0000
commitd3c7e9661a3041fcc300db221b30937591db3f71 (patch)
tree82758e287f11312a60d21a883fbbd69999dde14c /net-im/ktp-auth-handler
parentAdd missing dependencies for USE=doc, bug 540966. (diff)
downloadgentoo-2-d3c7e9661a3041fcc300db221b30937591db3f71.tar.gz
gentoo-2-d3c7e9661a3041fcc300db221b30937591db3f71.tar.bz2
gentoo-2-d3c7e9661a3041fcc300db221b30937591db3f71.zip
Update dependency on QCA plugins to use USE flags on app-crypt/qca:2 unconditionally, to provide a single sane path for dependency resolution. Bug #541066.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-im/ktp-auth-handler')
-rw-r--r--net-im/ktp-auth-handler/ChangeLog7
-rw-r--r--net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog
index ef67c9db547e..905278ff55a9 100644
--- a/net-im/ktp-auth-handler/ChangeLog
+++ b/net-im/ktp-auth-handler/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/ktp-auth-handler
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.33 2015/01/29 00:45:46 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.34 2015/02/22 18:41:23 mgorny Exp $
+
+ 22 Feb 2015; Michał Górny <mgorny@gentoo.org> ktp-auth-handler-0.9.0.ebuild:
+ Update dependency on QCA plugins to use USE flags on app-crypt/qca:2
+ unconditionally, to provide a single sane path for dependency resolution. Bug
+ #541066.
29 Jan 2015; Johannes Huber <johu@gentoo.org> ktp-auth-handler-0.9.0.ebuild:
Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1, bug
diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild
index 8612ee28878e..2ca78b883054 100644
--- a/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild
+++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.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/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild,v 1.2 2015/01/29 00:45:46 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild,v 1.3 2015/02/22 18:41:23 mgorny Exp $
EAPI=5
@@ -29,5 +29,5 @@ DEPEND="
>=net-libs/telepathy-qt-0.9.5[qt4]
"
RDEPEND="${DEPEND}
- || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] )
+ app-crypt/qca:2[openssl]
"