From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1005094-garchives=archives.gentoo.org@lists.gentoo.org> 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 B0F791382C5 for <garchives@archives.gentoo.org>; 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 16CD6E08EB; Thu, 22 Feb 2018 13:17:26 +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 E7A05E08E5 for <gentoo-commits@lists.gentoo.org>; 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 BAB28335C4F for <gentoo-commits@lists.gentoo.org>; Thu, 22 Feb 2018 13:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4740239 for <gentoo-commits@lists.gentoo.org>; Thu, 22 Feb 2018 13:17:21 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> 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" <asturm@gentoo.org> Message-ID: <1519304604.9b357d28c4cf23b2e602cd0ede32aa0ee6683dba.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kget/kget-17.12.49.9999.ebuild kde-apps/kget/kget-9999.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9b357d28c4cf23b2e602cd0ede32aa0ee6683dba X-VCS-Branch: master Date: Thu, 22 Feb 2018 13:17:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3dddf045-5e82-475d-bf46-dcb3eef527d1 X-Archives-Hash: 6676029d8bb631210eef2a5297d49a04 commit: 9b357d28c4cf23b2e602cd0ede32aa0ee6683dba Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Feb 22 13:03:24 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Feb 22 13:03:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b357d28 kde-apps/kget: Relax app-crypt/qca qt5-usedep Package-Manager: Portage-2.3.24, Repoman-2.3.6 kde-apps/kget/kget-17.12.49.9999.ebuild | 2 +- kde-apps/kget/kget-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/kget/kget-17.12.49.9999.ebuild b/kde-apps/kget/kget-17.12.49.9999.ebuild index adb6369032..4946246add 100644 --- a/kde-apps/kget/kget-17.12.49.9999.ebuild +++ b/kde-apps/kget/kget-17.12.49.9999.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - app-crypt/qca:2[qt5] + app-crypt/qca:2[qt5(+)] bittorrent? ( net-libs/libktorrent:5 ) gpg? ( app-crypt/gpgme[qt5] ) mms? ( media-libs/libmms ) diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild index adb6369032..4946246add 100644 --- a/kde-apps/kget/kget-9999.ebuild +++ b/kde-apps/kget/kget-9999.ebuild @@ -40,7 +40,7 @@ COMMON_DEPEND=" $(add_qt_dep qtsql) $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) - app-crypt/qca:2[qt5] + app-crypt/qca:2[qt5(+)] bittorrent? ( net-libs/libktorrent:5 ) gpg? ( app-crypt/gpgme[qt5] ) mms? ( media-libs/libmms )