diff options
author | Johannes Huber <johu@gentoo.org> | 2014-09-16 20:19:14 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2014-09-16 20:19:14 +0000 |
commit | fd06cd93ae663448598763da8a1a8eed681aec00 (patch) | |
tree | c9ef34493326ba7115faaf97254022d9d5d5e11c /net-im/ktp-auth-handler | |
parent | Version bump (non-maint) (diff) | |
download | gentoo-2-fd06cd93ae663448598763da8a1a8eed681aec00.tar.gz gentoo-2-fd06cd93ae663448598763da8a1a8eed681aec00.tar.bz2 gentoo-2-fd06cd93ae663448598763da8a1a8eed681aec00.zip |
Add missing RDEPEND on app-crypt/qca-ossl:2.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
Diffstat (limited to 'net-im/ktp-auth-handler')
-rw-r--r-- | net-im/ktp-auth-handler/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-im/ktp-auth-handler/ChangeLog b/net-im/ktp-auth-handler/ChangeLog index 831e597f6c73..45b8dbddbf2c 100644 --- a/net-im/ktp-auth-handler/ChangeLog +++ b/net-im/ktp-auth-handler/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/ktp-auth-handler # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.29 2014/09/16 16:55:07 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v 1.30 2014/09/16 20:19:14 johu Exp $ + + 16 Sep 2014; Johannes Huber <johu@gentoo.org> ktp-auth-handler-0.8.1.ebuild: + Add missing RDEPEND on app-crypt/qca-ossl:2. 16 Sep 2014; Johannes Huber <johu@gentoo.org> -ktp-auth-handler-0.8.0.ebuild: Remove KDE Telepathy 0.8.0. diff --git a/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild index 778b459e5669..946fc1237be0 100644 --- a/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild +++ b/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.8.1.ebuild,v 1.1 2014/04/26 01:17:19 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.8.1.ebuild,v 1.2 2014/09/16 20:19:14 johu Exp $ EAPI=5 @@ -28,4 +28,6 @@ DEPEND=" >=net-im/ktp-common-internals-${PV} >=net-libs/telepathy-qt-0.9.3 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + app-crypt/qca-ossl:2 +" |