From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 82589138A87 for ; Sun, 22 Feb 2015 18:41:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79436E0961; Sun, 22 Feb 2015 18:41:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC007E0961 for ; Sun, 22 Feb 2015 18:41:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C171340B96 for ; Sun, 22 Feb 2015 18:41:26 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2279) id 96AC912542; Sun, 22 Feb 2015 18:41:23 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-im/ktp-auth-handler: ktp-auth-handler-0.9.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ktp-auth-handler-0.9.0.ebuild ChangeLog X-VCS-Directories: net-im/ktp-auth-handler X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150222184123.96AC912542@oystercatcher.gentoo.org> Date: Sun, 22 Feb 2015 18:41:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ef359180-f6d8-4c9d-bb0e-18b7c119e90a X-Archives-Hash: 1ca5c203627bd5cd731a33cdbc562b26 mgorny 15/02/22 18:41:23 Modified: ktp-auth-handler-0.9.0.ebuild ChangeLog Log: 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!) Revision Changes Path 1.3 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.3&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.3&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.2&r2=1.3 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ktp-auth-handler-0.9.0.ebuild 29 Jan 2015 00:45:46 -0000 1.2 +++ ktp-auth-handler-0.9.0.ebuild 22 Feb 2015 18:41:23 -0000 1.3 @@ -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 @@ >=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] " 1.34 net-im/ktp-auth-handler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/ktp-auth-handler/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-im/ktp-auth-handler/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- ChangeLog 29 Jan 2015 00:45:46 -0000 1.33 +++ ChangeLog 22 Feb 2015 18:41:23 -0000 1.34 @@ -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 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 ktp-auth-handler-0.9.0.ebuild: Adjust dependencies to handle merged plugins in >=app-crypt/qca-2.1, bug