From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49FA71382C5 for ; Thu, 22 Feb 2018 13:17:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E57E0E08E0; Thu, 22 Feb 2018 13:17:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3447E08E0 for ; Thu, 22 Feb 2018 13:17:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEBE3335C50 for ; Thu, 22 Feb 2018 13:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E82FE23C for ; Thu, 22 Feb 2018 13:17:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1519304657.145168699f737010d5e9d94e96d590638d35f393.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kopete/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kopete/kopete-9999.ebuild X-VCS-Directories: kde-apps/kopete/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 145168699f737010d5e9d94e96d590638d35f393 X-VCS-Branch: master Date: Thu, 22 Feb 2018 13:17:21 +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: 729dfa51-25c2-4a25-9845-8cbda956f470 X-Archives-Hash: 148acb986d40b3a73ec3546e7b4dbd04 commit: 145168699f737010d5e9d94e96d590638d35f393 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 22 13:04:17 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 22 13:04:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=14516869 kde-apps/kopete: Relax app-crypt/qca qt5-usedep Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-apps/kopete/kopete-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kopete/kopete-9999.ebuild b/kde-apps/kopete/kopete-9999.ebuild index 689d5269f9..78f452e338 100644 --- a/kde-apps/kopete/kopete-9999.ebuild +++ b/kde-apps/kopete/kopete-9999.ebuild @@ -92,7 +92,7 @@ COMMONDEPEND=" x11-libs/libX11 x11-libs/libXScrnSaver gadu? ( >=net-libs/libgadu-1.8.0[threads] ) - groupwise? ( app-crypt/qca:2[qt5] ) + groupwise? ( app-crypt/qca:2[qt5(+)] ) jingle? ( dev-libs/expat dev-libs/openssl:0 @@ -110,7 +110,7 @@ COMMONDEPEND=" dev-libs/libxslt ) xmpp? ( - app-crypt/qca:2[qt5] + app-crypt/qca:2[qt5(+)] net-dns/libidn sys-libs/zlib )