johu 15/01/29 00:45:46 Modified: ktp-auth-handler-0.9.0.ebuild ChangeLog Log: Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1, bug #537642. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Revision Changes Path 1.2 net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild?r1=1.1&r2=1.2 Index: ktp-auth-handler-0.9.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ktp-auth-handler-0.9.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ktp-auth-handler-0.9.0.ebuild 26 Oct 2014 16:37:44 -0000 1.1 +++ ktp-auth-handler-0.9.0.ebuild 29 Jan 2015 00:45:46 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# 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.1 2014/10/26 16:37:44 kensington Exp $ +# $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 $ EAPI=5 @@ -23,11 +23,11 @@ IUSE="debug" DEPEND=" - app-crypt/qca:2 + app-crypt/qca:2[qt4(+)] >=dev-libs/qjson-0.8 >=net-im/ktp-common-internals-${PV} >=net-libs/telepathy-qt-0.9.5[qt4] " RDEPEND="${DEPEND} - app-crypt/qca-ossl:2 + || ( app-crypt/qca-ossl:2 app-crypt/qca:2[openssl] ) " 1.33 net-im/ktp-auth-handler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 2 Dec 2014 13:08:18 -0000 1.32 +++ ChangeLog 29 Jan 2015 00:45:46 -0000 1.33 @@ -1,6 +1,10 @@ # 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.32 2014/12/02 13:08:18 kensington Exp $ +# 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 $ + + 29 Jan 2015; Johannes Huber <[email protected]> ktp-auth-handler-0.9.0.ebuild: + Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1, bug + #537642. 02 Dec 2014; Michael Palimaka <[email protected]> -ktp-auth-handler-0.8.1.ebuild:
